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. --- .../Python/lldbsuite/test/expression_command/char/main.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/expression_command/char/main.cpp (limited to 'packages/Python/lldbsuite/test/expression_command/char/main.cpp') diff --git a/packages/Python/lldbsuite/test/expression_command/char/main.cpp b/packages/Python/lldbsuite/test/expression_command/char/main.cpp deleted file mode 100644 index c8b0beb1b3553..0000000000000 --- a/packages/Python/lldbsuite/test/expression_command/char/main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -int foo(char c) { return 1; } -int foo(signed char c) { return 2; } -int foo(unsigned char c) { return 3; } - -int main() { - char c = 0; - signed char sc = 0; - unsigned char uc = 0; - return 0; // Break here -} -- cgit v1.2.3