forked from qt-creator/qt-creator
C++: Delete empty source file
Change-Id: Ib86e09d6d516b175e715725fa9b60d7ae2626ff8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
3e91c7670e
commit
e6fb1fea65
@@ -1,2 +0,0 @@
|
|||||||
|
|
||||||
#include "ASTPatternBuilder.h"
|
|
1
src/libs/3rdparty/cplusplus/cplusplus.pri
vendored
1
src/libs/3rdparty/cplusplus/cplusplus.pri
vendored
@@ -40,7 +40,6 @@ SOURCES += \
|
|||||||
$$PWD/ASTMatch0.cpp \
|
$$PWD/ASTMatch0.cpp \
|
||||||
$$PWD/ASTVisitor.cpp \
|
$$PWD/ASTVisitor.cpp \
|
||||||
$$PWD/ASTClone.cpp \
|
$$PWD/ASTClone.cpp \
|
||||||
$$PWD/ASTPatternBuilder.cpp \
|
|
||||||
$$PWD/ASTMatcher.cpp \
|
$$PWD/ASTMatcher.cpp \
|
||||||
$$PWD/Matcher.cpp \
|
$$PWD/Matcher.cpp \
|
||||||
$$PWD/Control.cpp \
|
$$PWD/Control.cpp \
|
||||||
|
@@ -30,7 +30,6 @@ Project {
|
|||||||
"ASTMatch0.cpp",
|
"ASTMatch0.cpp",
|
||||||
"ASTMatcher.cpp",
|
"ASTMatcher.cpp",
|
||||||
"ASTMatcher.h",
|
"ASTMatcher.h",
|
||||||
"ASTPatternBuilder.cpp",
|
|
||||||
"ASTPatternBuilder.h",
|
"ASTPatternBuilder.h",
|
||||||
"ASTVisit.cpp",
|
"ASTVisit.cpp",
|
||||||
"ASTVisitor.cpp",
|
"ASTVisitor.cpp",
|
||||||
|
Reference in New Issue
Block a user