From: Elena Demikhovsky Date: Tue, 30 Dec 2014 10:17:21 +0000 (+0000) Subject: reverted prev commit (it was a mistake) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=96341cbb3654eaa8f98415f6d37cb26016ee09d4;p=oota-llvm.git reverted prev commit (it was a mistake) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224984 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/opt/CMakeLists.txt b/opt/CMakeLists.txt deleted file mode 100644 index bc2a70fb7e4..00000000000 --- a/opt/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -project(opt) - -add_executable(opt main.cpp) - diff --git a/opt/main.cpp b/opt/main.cpp deleted file mode 100644 index 8bb47f1c1b0..00000000000 --- a/opt/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main(int argc, char **argv) { - std::cout << "Hello, world!" << std::endl; - return 0; -} diff --git a/opt/opt.kdev4 b/opt/opt.kdev4 deleted file mode 100644 index 11ef8129f49..00000000000 --- a/opt/opt.kdev4 +++ /dev/null @@ -1,4 +0,0 @@ -[Project] -Name=opt -Manager=KDevCMakeManager -VersionControl=kdevsubversion