[Lldb-commits] [lldb] r343609 - Remove GetPythonDir declaration from HostInfoBase class

Tatyana Krasnukha via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 2 10:24:58 PDT 2018


Author: tkrasnukha
Date: Tue Oct  2 10:24:58 2018
New Revision: 343609

URL: http://llvm.org/viewvc/llvm-project?rev=343609&view=rev
Log:
Remove GetPythonDir declaration from HostInfoBase class

Modified:
    lldb/trunk/include/lldb/Host/HostInfoBase.h

Modified: lldb/trunk/include/lldb/Host/HostInfoBase.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/HostInfoBase.h?rev=343609&r1=343608&r2=343609&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/HostInfoBase.h (original)
+++ lldb/trunk/include/lldb/Host/HostInfoBase.h Tue Oct  2 10:24:58 2018
@@ -75,10 +75,6 @@ public:
   /// member of the FileSpec is filled in.
   static FileSpec GetHeaderDir();
 
-  /// Returns the directory containing the python modules. Only the directory
-  /// member of the FileSpec is filled in.
-  static FileSpec GetPythonDir();
-
   /// Returns the directory containing the system plugins. Only the directory
   /// member of the FileSpec is filled in.
   static FileSpec GetSystemPluginDir();




More information about the lldb-commits mailing list