summaryrefslogtreecommitdiffstats
path: root/src/fortranscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/fortranscanner.l')
-rw-r--r--src/fortranscanner.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fortranscanner.l b/src/fortranscanner.l
index 18cfdcb..d0ca22d 100644
--- a/src/fortranscanner.l
+++ b/src/fortranscanner.l
@@ -143,8 +143,6 @@ struct CommentInPrepass
CommentInPrepass(int column, QCString str) : column(column), str(str) {}
};
-typedef std::vector< std::shared_ptr<Entry> > EntryList;
-
/* -----------------------------------------------------------------
*
* statics