diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.c')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.c b/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.c deleted file mode 100644 index 9d4711772dd..00000000000 --- a/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.c +++ /dev/null @@ -1,15 +0,0 @@ -//===-- a.c -----------------------------------------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -extern int b_function (); - -int -a_function () -{ - return b_function (); -} |