diff options
Diffstat (limited to 'cpp/src/IceUtil/ObjectBase.cpp')
-rw-r--r-- | cpp/src/IceUtil/ObjectBase.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cpp/src/IceUtil/ObjectBase.cpp b/cpp/src/IceUtil/ObjectBase.cpp deleted file mode 100644 index 11aa72459e3..00000000000 --- a/cpp/src/IceUtil/ObjectBase.cpp +++ /dev/null @@ -1,17 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003 -// ZeroC, Inc. -// Billerica, MA, USA -// -// All Rights Reserved. -// -// Ice is free software; you can redistribute it and/or modify it under -// the terms of the GNU General Public License version 2 as published by -// the Free Software Foundation. -// -// ********************************************************************** - -#include <IceUtil/ObjectBase.h> - -IceUtil::ObjectSet IceUtil::objects; |