summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/fn_start.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/fn_start.tpl')
-rw-r--r--source3/aparser/templates/fn_start.tpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/aparser/templates/fn_start.tpl b/source3/aparser/templates/fn_start.tpl
deleted file mode 100644
index a5d58767a6..0000000000
--- a/source3/aparser/templates/fn_start.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-/*******************************************************************
-parse a @STRUCTNAME@ structure
-********************************************************************/
-BOOL @FUNCNAME@(char *desc, io_struct *ps, int depth,
- @STRUCTNAME@ *il, unsigned flags)
-{
- io_debug(ps, depth, desc, "@FUNCNAME@");
- depth++;
-
- if (!(flags & PARSE_SCALARS)) goto buffers;
-
-#if 0
- if (UNMARSHALLING(ps)) {
- ZERO_STRUCTP(il);
- }
-#endif
- /* parse the scalars */