File tree 1 file changed +1
-20
lines changed
interpreter/cling/include/cling/Utils
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -82,26 +82,7 @@ namespace platform {
82
82
bool Popen (const std::string& Cmd, llvm::SmallVectorImpl<char >& Buf,
83
83
bool StdErrToStdOut = false );
84
84
85
- #if defined(LLVM_ON_UNIX)
86
-
87
- #if defined(__APPLE__)
88
-
89
- inline namespace osx {
90
- // /\brief Get a path to an OSX SDK that can be used for -isysroot. Matches
91
- // / 1. Version matching the running system
92
- // / 2. Version that cling was compiled
93
- // / 3. Highest installed version
94
- // /
95
- // / \param [out] SysRoot - The path to the SDK
96
- // / \param [in] Verbose - Log progress
97
- // /
98
- bool GetISysRoot (std::string& SysRoot, bool Verbose = false );
99
-
100
- } // namespace osx
101
-
102
- #endif // __APPLE__
103
-
104
- #elif defined(_WIN32)
85
+ #if defined(_WIN32)
105
86
106
87
inline namespace windows {
107
88
You can’t perform that action at this time.
0 commit comments