Jacek Caban : widl: Removed unused idfile_token.

Alexandre Julliard julliard at winehq.org
Thu Mar 8 14:26:24 CST 2012


Module: wine
Branch: master
Commit: af2eba24b7650fe9459749f76bb3c38b499ee5b4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=af2eba24b7650fe9459749f76bb3c38b499ee5b4

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Mar  8 14:52:10 2012 +0100

widl: Removed unused idfile_token.

---

 tools/widl/widl.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/tools/widl/widl.c b/tools/widl/widl.c
index 88d2d78..1c9a94b 100644
--- a/tools/widl/widl.c
+++ b/tools/widl/widl.c
@@ -128,7 +128,6 @@ char *server_token;
 char *regscript_name;
 char *regscript_token;
 static char *idfile_name;
-static char *idfile_token;
 char *temp_name;
 const char *prefix_client = "";
 const char *prefix_server = "";
@@ -465,8 +464,6 @@ void write_id_data(const statement_list_t *stmts)
 {
   if (!do_idfile) return;
 
-  idfile_token = make_token(idfile_name);
-
   idfile = fopen(idfile_name, "w");
   if (! idfile) {
     error("Could not open %s for output\n", idfile_name);




More information about the wine-cvs mailing list