diff options
author | Joe George <joe@zeroc.com> | 2017-06-07 16:39:31 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-06-07 16:39:31 -0400 |
commit | 2fb970cdea450b15b5f7d74099246b6abef16857 (patch) | |
tree | ac0fdf40cff12d1cba313e20da757671cbdeeebd /cpp/src/IceGrid/Activator.cpp | |
parent | Remove trailing whitespace (diff) | |
download | ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.bz2 ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.xz ice-2fb970cdea450b15b5f7d74099246b6abef16857.zip |
Remove excessive empty lines
Diffstat (limited to 'cpp/src/IceGrid/Activator.cpp')
-rw-r--r-- | cpp/src/IceGrid/Activator.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp index e13f3ef48c9..31cbcaf87bb 100644 --- a/cpp/src/IceGrid/Activator.cpp +++ b/cpp/src/IceGrid/Activator.cpp @@ -329,7 +329,6 @@ Activator::Activator(const TraceLevelsPtr& traceLevels) : fcntl(_fdIntrRead, F_SETFL, flags); #endif - } Activator::~Activator() @@ -685,7 +684,6 @@ Activator::activate(const string& name, throw ex; } - // // Convert to standard argc/argv. // @@ -958,7 +956,6 @@ Activator::kill(const string& name) sendSignal(name, SIGKILL); } - void Activator::sendSignal(const string& name, const string& signal) { |