summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/fn_end.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/fn_end.tpl')
-rw-r--r--source3/aparser/templates/fn_end.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/aparser/templates/fn_end.tpl b/source3/aparser/templates/fn_end.tpl
deleted file mode 100644
index 2275ec4e33..0000000000
--- a/source3/aparser/templates/fn_end.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-
-end:
- /* the parse is OK */
- return True;
-
-fail:
- if (UNMARSHALLING(ps)) {
- ZERO_STRUCTP(il);
- }
- return False;
-} /* @FUNCNAME@ */
-
-