Skip to content

Commit e067f61

Browse files
ferdymercuryguitargeek
authored andcommitted
[cling] remove remnant declaration of removed function
Function was removed here root-project/cling@c23abbc Fixes root-project/cling#456
1 parent 9b170ba commit e067f61

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

interpreter/cling/include/cling/Utils/Platform.h

+1-20
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,7 @@ namespace platform {
8282
bool Popen(const std::string& Cmd, llvm::SmallVectorImpl<char>& Buf,
8383
bool StdErrToStdOut = false);
8484

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)
10586

10687
inline namespace windows {
10788

0 commit comments

Comments
 (0)