ResetOutputFileHandle() isn't being used by anything. Also it's using
FILE*, which is something we should be doing less of. Remove it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D68001
remove unused method ResetOutputFileHandle() ClosedPublic Authored by lawrence_danna on Sep 24 2019, 6:06 PM.
Details Summary ResetOutputFileHandle() isn't being used by anything. Also it's using
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 24 2019, 6:23 PM Closed by commit rL372800: remove unused method ResetOutputFileHandle() (authored by JDevlieghere). · Explain WhySep 24 2019, 6:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 221653 lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h
lldb/trunk/source/Core/Debugger.cpp
lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
|