summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/load_unload/c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/load_unload/c.cpp')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/load_unload/c.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/load_unload/c.cpp b/packages/Python/lldbsuite/test/functionalities/load_unload/c.cpp
deleted file mode 100644
index f0dfb4ec0d383..0000000000000
--- a/packages/Python/lldbsuite/test/functionalities/load_unload/c.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-//===-- c.c -----------------------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-extern "C" int
-c_function ()
-{
- return 600;
-}