From 049d6714cb5aa0811624666335995b4b3fd28254 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 31 May 2005 13:48:37 +0000 Subject: r7140: removing aparser directory since it is obselete in light of pidl (This used to be commit 38cad678b8058d5ac99b41c0be07f4c58a720cfc) --- source3/aparser/templates/fn_i_start.tpl | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 source3/aparser/templates/fn_i_start.tpl (limited to 'source3/aparser/templates/fn_i_start.tpl') diff --git a/source3/aparser/templates/fn_i_start.tpl b/source3/aparser/templates/fn_i_start.tpl deleted file mode 100644 index 3979d78e7d..0000000000 --- a/source3/aparser/templates/fn_i_start.tpl +++ /dev/null @@ -1,15 +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 0 - if (UNMARSHALLING(ps)) { - ZERO_STRUCTP(il); - } -#endif - /* parse the scalars */ -- cgit