[geany/geany] 7411f9: Remove an unused variable

Colomban Wendling git-noreply at xxxxx
Fri Jun 10 21:57:27 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 04 May 2016 17:11:13 UTC
Commit:      7411f9b5cf46462ff15cae6959376382f22c2613
             https://github.com/geany/geany/commit/7411f9b5cf46462ff15cae6959376382f22c2613

Log Message:
-----------
Remove an unused variable


Modified Paths:
--------------
    tagmanager/src/tm_source_file.c

Modified: tagmanager/src/tm_source_file.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -524,7 +524,7 @@ GPtrArray *tm_source_file_read_tags_file(const gchar *tags_file, TMParserType mo
 {
 	guchar buf[BUFSIZ];
 	FILE *fp;
-	GPtrArray *file_tags, *new_tags;
+	GPtrArray *file_tags;
 	TMTag *tag;
 	TMFileFormat format = TM_FILE_FORMAT_TAGMANAGER;
 



--------------
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