summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_array_optional.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/prs_array_optional.tpl')
-rw-r--r--source3/aparser/templates/prs_array_optional.tpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/aparser/templates/prs_array_optional.tpl b/source3/aparser/templates/prs_array_optional.tpl
deleted file mode 100644
index 38bd32861f..0000000000
--- a/source3/aparser/templates/prs_array_optional.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
- if ((MARSHALLING(ps) && il->@ELEM@) ||
- ps->data_offset < ps->buffer_size) {
- if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@)))) goto fail;
- if (!io_@TYPE@("@ELEM@...", ps, depth+1, il->@ELEM@, @FLAGS@)) goto fail;
- }