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. --- lit/SymbolFile/PDB/Inputs/FunctionLevelLinkingTest.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lit/SymbolFile/PDB/Inputs/FunctionLevelLinkingTest.h (limited to 'lit/SymbolFile/PDB/Inputs/FunctionLevelLinkingTest.h') diff --git a/lit/SymbolFile/PDB/Inputs/FunctionLevelLinkingTest.h b/lit/SymbolFile/PDB/Inputs/FunctionLevelLinkingTest.h deleted file mode 100644 index 0cc9d80d85d13..0000000000000 --- a/lit/SymbolFile/PDB/Inputs/FunctionLevelLinkingTest.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef FUNCTION_LEVEL_LINKING_TEST_H -#define FUNCTION_LEVEL_LINKING_TEST_H - -int bar() { - return 0; -} - -int baz() { - return 0; -} - -#endif -- cgit v1.2.3