Skip to content

Commit

Permalink
Python: remove a redundant macro
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed May 12, 2014
1 parent a6b1433 commit 0e5d699
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tagmanager/ctags/python.c
Expand Up @@ -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 == '_');
Expand Down

0 comments on commit 0e5d699

Please sign in to comment.