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

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Jun 9 17:17:38 UTC 2008


Revision: 2670
          http://geany.svn.sourceforge.net/geany/?rev=2670&view=rev
Author:   eht16
Date:     2008-06-09 10:17:38 -0700 (Mon, 09 Jun 2008)

Log Message:
-----------
Remove useless check (left-over from testing).

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

Modified: trunk/tagmanager/python.c
===================================================================
--- trunk/tagmanager/python.c	2008-06-09 17:12:19 UTC (rev 2669)
+++ trunk/tagmanager/python.c	2008-06-09 17:17:38 UTC (rev 2670)
@@ -454,8 +454,6 @@
 			break;	/* allow 'x = func(b=2,y=2,' lines */
 		eq++;
 	}
-	if (*eq == '=')
-		return NULL;	/* can this happen? */
 
 	/* go backwards to the start of the line, checking we have valid chars */
 	start = cp - 1;


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