C++: Remove unused file

Change-Id: I5e4f03f9a5f80b2697ac1e7a952a8c5b5765aae2
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2014-11-03 23:03:44 +02:00
committed by Orgad Shaneh
parent cd5e00034d
commit 541762a1a1
3 changed files with 0 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
#include "LiteralTable.h"

View File

@@ -51,7 +51,6 @@ SOURCES += \
$$PWD/ObjectiveCAtKeywords.cpp \ $$PWD/ObjectiveCAtKeywords.cpp \
$$PWD/ObjectiveCTypeQualifiers.cpp \ $$PWD/ObjectiveCTypeQualifiers.cpp \
$$PWD/Lexer.cpp \ $$PWD/Lexer.cpp \
$$PWD/LiteralTable.cpp \
$$PWD/Literals.cpp \ $$PWD/Literals.cpp \
$$PWD/MemoryPool.cpp \ $$PWD/MemoryPool.cpp \
$$PWD/Name.cpp \ $$PWD/Name.cpp \

View File

@@ -44,7 +44,6 @@ QtcLibrary {
"Keywords.cpp", "Keywords.cpp",
"Lexer.cpp", "Lexer.cpp",
"Lexer.h", "Lexer.h",
"LiteralTable.cpp",
"LiteralTable.h", "LiteralTable.h",
"Literals.cpp", "Literals.cpp",
"Literals.h", "Literals.h",