llvm-project/lldb/source/Host/common
Saleem Abdulrasool a68f7b67f1 cleanup unreferenced functions
This is a mechanical cleanup of unused functions.  In the case where the
functions are referenced (in comment form), I've simply commented out the
functions.  A second pass to clean that up is warranted.

The functions which are otherwise unused have been removed.  Some of these were
introduced in the initial commit and not in use prior to that point!

NFC

llvm-svn: 204310
2014-03-20 06:08:36 +00:00
..
CMakeLists.txt Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
Condition.cpp cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
DynamicLibrary.cpp <rdar://problem/13209140> 2013-04-24 21:29:08 +00:00
Editline.cpp Allow line numbers to be shown in multi-line expressions. 2014-03-07 00:53:24 +00:00
File.cpp Replace some _MSC_VER with _WIN32. 2014-03-12 10:45:23 +00:00
FileSpec.cpp Replace some Windows specific string functions with std::string. 2014-03-12 10:53:50 +00:00
Host.cpp Fix Mingw build error by using lower case name for windows header files. 2014-03-10 22:31:39 +00:00
Makefile
Mutex.cpp Cleanup/rearrange includes: 2013-08-28 12:14:27 +00:00
OptionParser.cpp Moved a check in HostGetOpt.h. 2014-03-12 10:48:19 +00:00
ProcessRunLock.cpp MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
SocketAddress.cpp Replace some _MSC_VER with _WIN32. 2014-03-12 10:45:23 +00:00
Symbols.cpp Correct a standalone debug file path 2013-11-25 20:33:56 +00:00
Terminal.cpp Cleanup/rearrange includes: 2013-08-28 12:14:27 +00:00
TimeValue.cpp Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) 2013-09-20 22:35:22 +00:00