diff options
Diffstat (limited to 'cpp/src/IceGrid/AdminI.cpp')
-rw-r--r-- | cpp/src/IceGrid/AdminI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/AdminI.cpp b/cpp/src/IceGrid/AdminI.cpp index 43e6de3cd2a..7e3934a88d6 100644 --- a/cpp/src/IceGrid/AdminI.cpp +++ b/cpp/src/IceGrid/AdminI.cpp @@ -800,7 +800,6 @@ AdminI::getNodeHostname(const string& name, const Current&) const throw NodeUnreachableException(name, os.str()); return ""; // Keep the compiler happy. } - return ""; // Keep the compiler happy. } |