Simplify.

This commit is contained in:
Vassil Vassilev 2014-05-09 15:17:02 +02:00 committed by sftnight
parent 7ce34cdf3c
commit 764f126c70

View File

@ -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() {