[geany/geany] 0e5d69: Python: remove a redundant macro

Colomban Wendling git-noreply at xxxxx
Mon May 12 19:51:59 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 12 May 2014 19:51:59 UTC
Commit:      0e5d699a139a8e7e4ed273b9fa248ee53150ac5a
             https://github.com/geany/geany/commit/0e5d699a139a8e7e4ed273b9fa248ee53150ac5a

Log Message:
-----------
Python: remove a redundant macro


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

Modified: tagmanager/ctags/python.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -53,8 +53,6 @@ static char const * const doubletriple = "\"\"\"";
 *   FUNCTION DEFINITIONS
 */
 
-#define vStringLast(vs) ((vs)->buffer[(vs)->length - 1])
-
 static boolean isIdentifierFirstCharacter (int c)
 {
 	return (boolean) (isalpha (c) || c == '_');



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list