diff options
Diffstat (limited to 'lldb/test/lang/cpp/limit-debug-info/derived.cpp')
-rw-r--r-- | lldb/test/lang/cpp/limit-debug-info/derived.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/lang/cpp/limit-debug-info/derived.cpp b/lldb/test/lang/cpp/limit-debug-info/derived.cpp deleted file mode 100644 index 9d773593eb5..00000000000 --- a/lldb/test/lang/cpp/limit-debug-info/derived.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "derived.h" - -char Foo::baz() { - return (char)(x&0xff); -} - |