Removed emacs backup file from repository.
authorTim Potter <tpot@samba.org>
Mon, 18 Sep 2000 01:09:25 +0000 (01:09 +0000)
committerTim Potter <tpot@samba.org>
Mon, 18 Sep 2000 01:09:25 +0000 (01:09 +0000)
(This used to be commit 807f22412e2738bb6323e43a2da6c942017621ac)

source3/aparser/templates/prs_array_remainder.tpl~ [deleted file]

diff --git a/source3/aparser/templates/prs_array_remainder.tpl~ b/source3/aparser/templates/prs_array_remainder.tpl~
deleted file mode 100644 (file)
index 8050903..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-       {
-               int i;
-               for (i=0;ps->data_offset < ps->buffer_size;i++) {
-               if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(i+1)) goto fail;
-               if (!io_@TYPE@("@ELEM@...", ps, depth+1, &il->@ELEM@[i], @FLAGS@)) goto fail;
-               }
-       }