SF.net SVN: geany: [2281] trunk/tagmanager/c.c

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Feb 25 16:37:53 UTC 2008


Revision: 2281
          http://geany.svn.sourceforge.net/geany/?rev=2281&view=rev
Author:   ntrel
Date:     2008-02-25 08:37:46 -0800 (Mon, 25 Feb 2008)

Log Message:
-----------
Fix unused function warning.

Modified Paths:
--------------
    trunk/tagmanager/c.c

Modified: trunk/tagmanager/c.c
===================================================================
--- trunk/tagmanager/c.c	2008-02-24 10:30:57 UTC (rev 2280)
+++ trunk/tagmanager/c.c	2008-02-25 16:37:46 UTC (rev 2281)
@@ -710,6 +710,7 @@
     }
 }
 
+#if 0
 static boolean isVariableKeyword (const tokenInfo *const token)
 {
     switch (token->keyword)
@@ -725,6 +726,7 @@
       default: return FALSE;
     }
 }
+#endif
 
 static boolean isContextualKeyword (const tokenInfo *const token)
 {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list