Module: wine Branch: master Commit: f8ae6d640776774f6838b2657156978035d25472 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f8ae6d640776774f6838b26571...
Author: Francois Gouget fgouget@free.fr Date: Mon Apr 20 14:55:38 2009 +0200
winapi: parse_c_declarations() is not used. Remove it.
---
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 37f0db3..4d67bb9 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($$$$$$) {