[lldb] Simplify SBCommandInterpreter::SourceInitFileInHomeDirectory
authorPavel Labath <pavel@labath.sk>
Wed, 9 Feb 2022 13:56:45 +0000 (14:56 +0100)
committerPavel Labath <pavel@labath.sk>
Wed, 9 Feb 2022 15:18:27 +0000 (16:18 +0100)
commit96000f5c2bf99365bb45528898c864fcb1c7780b
treeb0d9e1606a82992d579bc04c99ef41406b9eb507
parent370ea1a19928a4b40fea929ae84fe6e3870ac3c6
[lldb] Simplify SBCommandInterpreter::SourceInitFileInHomeDirectory

just have it delegate to the new overload.
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/source/API/SBCommandInterpreter.cpp