[geany/geany] ffa09b: ctags: Remove unused Geany-specific tagEntryInfo fields
Jiří Techet
git-noreply at xxxxx
Sat Sep 10 07:25:51 UTC 2016
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Thu, 28 Jul 2016 18:57:03 UTC
Commit: ffa09b0ae2d2486b80ac32da49584dacacb77e08
https://github.com/geany/geany/commit/ffa09b0ae2d2486b80ac32da49584dacacb77e08
Log Message:
-----------
ctags: Remove unused Geany-specific tagEntryInfo fields
Original patch from Colomban Wendling, only converted to apply to the new
ctags location in the source tree.
Modified Paths:
--------------
ctags/main/entry.h
Modified: ctags/main/entry.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -55,7 +55,6 @@ typedef struct sTagEntryInfo {
boolean lineNumberEntry;/* pattern or line number entry */
unsigned long lineNumber; /* line number of tag */
MIOPos filePosition; /* file position of line containing tag */
- int bufferPosition; /* buffer position of line containing tag */
const char* language; /* language of source file */
boolean isFileScope; /* is tag visible only within source file? */
boolean isFileEntry; /* is this just an entry for a file name? */
@@ -74,7 +73,6 @@ typedef struct sTagEntryInfo {
const char *varType;
} extensionFields; /* list of extension fields*/
int type;
- unsigned long seekPosition;
} tagEntryInfo;
/*
--------------
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