[Lldb-commits] [lldb] r348901 - Remove unused file
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 11 14:46:56 PST 2018
Author: jdevlieghere
Date: Tue Dec 11 14:46:56 2018
New Revision: 348901
URL: http://llvm.org/viewvc/llvm-project?rev=348901&view=rev
Log:
Remove unused file
I removed the dotest-style reproducer test but forgot to delete the
source file. Thanks Jim for the heads up!
Removed:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/reproducer/gdb-remote/main.c
Removed: lldb/trunk/packages/Python/lldbsuite/test/functionalities/reproducer/gdb-remote/main.c
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/reproducer/gdb-remote/main.c?rev=348900&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/reproducer/gdb-remote/main.c (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/reproducer/gdb-remote/main.c (removed)
@@ -1,19 +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.
-//
-//===----------------------------------------------------------------------===//
-
-#include <stdio.h>
-
-void foo() {
- printf("testing\n");
-}
-
-int main (int argc, char const *argv[]) {
- foo();
- return 0;
-}
More information about the lldb-commits
mailing list