summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/module_section/b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/module_section/b.cpp')
-rw-r--r--lldb/test/python_api/module_section/b.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/python_api/module_section/b.cpp b/lldb/test/python_api/module_section/b.cpp
deleted file mode 100644
index 4e3e54138e5b..000000000000
--- a/lldb/test/python_api/module_section/b.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-int b_function(int input) {
- return input * 2;
-}