diff options
Diffstat (limited to 'lldb/tools/driver/GetOptWrapper.cpp')
-rw-r--r-- | lldb/tools/driver/GetOptWrapper.cpp | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/lldb/tools/driver/GetOptWrapper.cpp b/lldb/tools/driver/GetOptWrapper.cpp deleted file mode 100644 index e7cdfd786c6..00000000000 --- a/lldb/tools/driver/GetOptWrapper.cpp +++ /dev/null @@ -1,33 +0,0 @@ -//===-- GetOptWrapper.cpp ---------------------------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// this file is only relevant for Visual C++ -#if defined( _MSC_VER ) - -#include "GetOptWrapper.h" - -/* - -// already defined in lldbHostCommon.lib due to 'getopt.inc' - -extern int -getopt_long_only -( - int ___argc, - char *const *___argv, - const char *__shortopts, - const struct option *__longopts, - int *__longind -) -{ - return -1; -} -*/ - -#endif
\ No newline at end of file |