From 52dbbafaaaa8490649d3ea65fb61df3cdc5cf679 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vincent=20B=C3=A9ron?= <vberon@mecano.gme.usherb.ca>
Date: Mon, 8 Aug 2005 11:06:02 +0000
Subject: [PATCH] Remove WINE_UNUSED checks.

---
 tools/winapi/c_parser.pm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tools/winapi/c_parser.pm b/tools/winapi/c_parser.pm
index ab58fb69b39..16f4a43ac8f 100644
--- a/tools/winapi/c_parser.pm
+++ b/tools/winapi/c_parser.pm
@@ -37,8 +37,7 @@ use c_type;
 my $CALL_CONVENTION="__cdecl|__stdcall|" .
                     "__RPC_API|__RPC_STUB|__RPC_USER|" .
 		    "CALLBACK|CDECL|NTAPI|PASCAL|RPC_ENTRY|RPC_VAR_ENTRY|" .
-		    "VFWAPI|VFWAPIV|WINAPI|WINAPIV|" .
-		    "WINE_UNUSED";
+		    "VFWAPI|VFWAPIV|WINAPI|WINAPIV|";
 
 
 sub parse_c_function($$$$$);
@@ -2075,8 +2074,6 @@ sub parse_c_variable($$$$$$$) {
 	# Nothing
     } elsif(s/^WINAPI\s*//) {
 	$self->_update_c_position($&, \$line, \$column);
-    } elsif(s/^WINE_UNUSED\s*//) {
-	$self->_update_c_position($&, \$line, \$column);
     }
 
     if($finished) {
-- 
GitLab