summaryrefslogtreecommitdiff
path: root/lldb/test/expression_command/persistent_variables/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/expression_command/persistent_variables/main.c')
-rw-r--r--lldb/test/expression_command/persistent_variables/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/lldb/test/expression_command/persistent_variables/main.c b/lldb/test/expression_command/persistent_variables/main.c
deleted file mode 100644
index 343eac7e554a..000000000000
--- a/lldb/test/expression_command/persistent_variables/main.c
+++ /dev/null
@@ -1,13 +0,0 @@
-//===-- main.c --------------------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-int main (int argc, char const *argv[])
-{
- return 0;
-}