summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_array.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/prs_array.tpl')
-rw-r--r--source3/aparser/templates/prs_array.tpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/aparser/templates/prs_array.tpl b/source3/aparser/templates/prs_array.tpl
deleted file mode 100644
index 4bd6a26c99..0000000000
--- a/source3/aparser/templates/prs_array.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
- if ((@FLAGS@ & PARSE_SCALARS) &&
- !io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(il->@ARRAY_LEN@))) goto fail;
- {
- int i;
- for (i=0;i<il->@ARRAY_LEN@;i++) {
- if (!io_@TYPE@("@ELEM@...", ps, depth+1, &il->@ELEM@[i], @FLAGS@)) goto fail;
- }
- }