winapi: parse_c_declarations() is not used. Remove it.

Francois Gouget fgouget at free.fr
Mon Apr 20 07:55:38 CDT 2009


---
 tools/winapi/c_parser.pm |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/tools/winapi/c_parser.pm b/tools/winapi/c_parser.pm
index 70adfa8..da70c83 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($$$$$$) {
-- 
1.6.2.1




More information about the wine-patches mailing list