From bc8954c4fce89992eb31bcb88e27728859aa7132 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 22 Jun 2005 20:33:30 +0000 Subject: r7839: remove C++ style comment (This used to be commit e04fd56e0097dc8007394bf295b227b454e524b4) --- source3/rpc_parse/parse_svcctl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/rpc_parse') diff --git a/source3/rpc_parse/parse_svcctl.c b/source3/rpc_parse/parse_svcctl.c index 1f21cb2aab..85889d5889 100644 --- a/source3/rpc_parse/parse_svcctl.c +++ b/source3/rpc_parse/parse_svcctl.c @@ -109,7 +109,6 @@ BOOL svcctl_io_service_description( const char *desc, UNISTR2 *svcdesc, prs_stru prs_debug(ps, depth, desc, "svcctl_io_service_description"); depth++; - //DEBUG(10, ("_svcctl_io_service_description: descrption is [%s]\n",svcdesc)); if (!prs_io_unistr2("", ps, depth, svcdesc)) return False; -- cgit