summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-14 11:10:51 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-14 11:10:51 (GMT)
commit279f5286ecd3f1e7a35bbfedab774d9d93b80f99 (patch)
treecae5fec9c8475dd71220d81bdc1dad75d64dcf64 /src/util.cpp
parentdf0d9c3df44dbce633c38e99d33be4de06706f7b (diff)
downloadDoxygen-279f5286ecd3f1e7a35bbfedab774d9d93b80f99.zip
Doxygen-279f5286ecd3f1e7a35bbfedab774d9d93b80f99.tar.gz
Doxygen-279f5286ecd3f1e7a35bbfedab774d9d93b80f99.tar.bz2
Remove some dead code
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 9762892..ff0d0c6 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -323,7 +323,6 @@ int guessSection(const char *name)
n.right(4)==".c++" ||
n.right(5)==".java" ||
n.right(2)==".m" ||
- n.right(2)==".M" ||
n.right(3)==".mm" ||
n.right(3)==".ii" || // inline
n.right(4)==".ixx" ||