diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Slice/JavaUtil.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Slice/JavaUtil.cpp b/cpp/src/Slice/JavaUtil.cpp index cc4b6ed89a6..8bd3fc4d03e 100644 --- a/cpp/src/Slice/JavaUtil.cpp +++ b/cpp/src/Slice/JavaUtil.cpp @@ -14,7 +14,6 @@ #include <Slice/JavaUtil.h> #include <IceUtil/Functional.h> -#include <limits> #include <sys/types.h> #include <sys/stat.h> @@ -1857,7 +1856,6 @@ Slice::JavaGenerator::printHeader() "// Ice is free software; you can redistribute it and/or modify it under\n" "// the terms of the GNU General Public License version 2 as published by\n" "// the Free Software Foundation.\n" -"// All Rights Reserved. "//\n" "// **********************************************************************\n" ; |