From f8ae6d640776774f6838b2657156978035d25472 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 20 Apr 2009 14:55:38 +0200 Subject: [PATCH] winapi: parse_c_declarations() is not used. Remove it. --- tools/winapi/c_parser.pm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tools/winapi/c_parser.pm b/tools/winapi/c_parser.pm index 37f0db3bc64..4d67bb9d4da 100644 --- a/tools/winapi/c_parser.pm +++ b/tools/winapi/c_parser.pm @@ -663,19 +663,6 @@ sub parse_c_declaration($$$$$$$$$$$$) { } ######################################################################## -# parse_c_declarations - -sub parse_c_declarations($$$$) { - my $self = shift; - - my $refcurrent = shift; - my $refline = shift; - my $refcolumn = shift; - - return 1; -} - -######################################################################## # _parse_c sub _parse_c($$$$$$) { -- 2.11.4.GIT