summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp b/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp
deleted file mode 100644
index 77632de3ceb0..000000000000
--- a/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "other.h"
-
-void
-Other::DoSomethingElse()
-{
- DoSomething();
-}