Skip to content

Commit

Permalink
remove remnant declaration of removed function
Browse files Browse the repository at this point in the history
Function was removed here c23abbc

Fixes #456
  • Loading branch information
ferdymercury authored and jenkins committed May 11, 2024
1 parent 4bd3f6b commit 3229b9a
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions include/cling/Utils/Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,7 @@ namespace platform {
bool Popen(const std::string& Cmd, llvm::SmallVectorImpl<char>& Buf,
bool StdErrToStdOut = false);

#if defined(LLVM_ON_UNIX)

#if defined(__APPLE__)

inline namespace osx {
///\brief Get a path to an OSX SDK that can be used for -isysroot. Matches
/// 1. Version matching the running system
/// 2. Version that cling was compiled
/// 3. Highest installed version
///
/// \param [out] SysRoot - The path to the SDK
/// \param [in] Verbose - Log progress
///
bool GetISysRoot(std::string& SysRoot, bool Verbose = false);

} // namespace osx

#endif // __APPLE__

#elif defined(_WIN32)
#if defined(_WIN32)

inline namespace windows {

Expand Down

0 comments on commit 3229b9a

Please sign in to comment.