llvm-project/lldb/source/Host/windows
Raphael Isemann 51117e3c51 [lldb][NFC] Remove unused custom reimplementation of realpath for Windows
No one is calling this function it seems and according to
https://bugs.llvm.org/show_bug.cgi?id=47088 this can leak memory, so let's just
remove it:

Quote from the bug report:
> Before return on line 146, the memory allocated on line 130 is not freed.

Reviewed By: amccarth

Differential Revision: https://reviews.llvm.org/D85633
2020-08-11 10:04:42 +02:00
..
ConnectionGenericFileWindows.cpp [lldb] More windows StringRef fixes 2020-01-29 11:15:20 +01:00
EditLineWin.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
FileSystem.cpp [lldb/Reproducers] Also collect ::open and ::fopen 2020-06-09 11:59:02 -07:00
Host.cpp [lldb/Host] s/FindProcesses/FindProcessesImpl/ in windows/Host.cpp 2020-03-13 10:07:15 -07:00
HostInfoWindows.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
HostProcessWindows.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
HostThreadWindows.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
LockFileWindows.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
PipeWindows.cpp [lldb] More windows StringRef fixes 2020-01-29 11:15:20 +01:00
ProcessLauncherWindows.cpp [Windows] Fix limit on command line size 2020-07-23 11:39:42 +07:00
ProcessRunLock.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Windows.cpp [lldb][NFC] Remove unused custom reimplementation of realpath for Windows 2020-08-11 10:04:42 +02:00