summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_wstring_fixed.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/prs_wstring_fixed.tpl')
-rw-r--r--source3/aparser/templates/prs_wstring_fixed.tpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/aparser/templates/prs_wstring_fixed.tpl b/source3/aparser/templates/prs_wstring_fixed.tpl
deleted file mode 100644
index e33f7c3d5d..0000000000
--- a/source3/aparser/templates/prs_wstring_fixed.tpl
+++ /dev/null
@@ -1,2 +0,0 @@
- if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(@ARRAY_LEN@))) goto fail;
- if (!io_wstring("@ELEM@", ps, depth+1, il->@ELEM@, @ARRAY_LEN@, @FLAGS@)) goto fail;