Simplify.
This commit is contained in:
parent
7ce34cdf3c
commit
764f126c70
@ -215,12 +215,7 @@ namespace cling {
|
||||
}
|
||||
|
||||
const char* Interpreter::getVersion() const {
|
||||
return "cling http://cern.ch/cling - version "
|
||||
#ifdef CLING_VERSION
|
||||
CLING_VERSION;
|
||||
#else
|
||||
"<unknown>";
|
||||
#endif
|
||||
return CLING_VERSION;
|
||||
}
|
||||
|
||||
void Interpreter::handleFrontendOptions() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user