From 88c643b6fec27eec436c8d138fee6346e92337d6 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 20 Aug 2019 18:01:57 +0000 Subject: Remove upstream files and directories from vendor/lldb/dist that we do not use. This saves on repository space, and reduces the number of tree conflicts when merging. --- tools/lldb-perf/common/clang/main.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tools/lldb-perf/common/clang/main.cpp (limited to 'tools/lldb-perf/common/clang/main.cpp') diff --git a/tools/lldb-perf/common/clang/main.cpp b/tools/lldb-perf/common/clang/main.cpp deleted file mode 100644 index 318a26b2c281..000000000000 --- a/tools/lldb-perf/common/clang/main.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include -#include -#include - -namespace { -struct Foo { - int i; - int j; -}; -void doit(const Foo &foo) { printf("doit(%i)\n", foo.i); } -} -int main(int argc, char const *argv[], char const *envp[]) { - std::vector ints; - for (int i = 0; i < 10; ++i) - ints.push_back(i); - printf("hello world\n"); - Foo foo = {12, 13}; - doit(foo); - return 0; -} -- cgit v1.2.3