diff options
Diffstat (limited to 'source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
| -rw-r--r-- | source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h index 24941ec77452..33ae308041b2 100644 --- a/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h +++ b/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h @@ -48,8 +48,7 @@ public:  protected:    static void ComputePythonDirForApple(llvm::SmallVectorImpl<char> &path); -  static void ComputePythonDirForPosix(llvm::SmallVectorImpl<char> &path); -  static void ComputePythonDirForWindows(llvm::SmallVectorImpl<char> &path); +  static void ComputePythonDir(llvm::SmallVectorImpl<char> &path);  };  } // namespace lldb_private | 
