summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/limit-debug-info/derived.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/limit-debug-info/derived.cpp')
-rw-r--r--lldb/test/lang/cpp/limit-debug-info/derived.cpp6
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);
-}
-
OpenPOWER on IntegriCloud