summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/macros/Test.ice
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-06-10 17:49:03 +0200
committerJose <jose@zeroc.com>2015-06-10 17:49:03 +0200
commit891b822101fb8144a36af4e02e120f1b86228aa6 (patch)
tree3fec3308359702b45a7b8f4b49ae0ceec26e51d0 /cpp/test/Slice/macros/Test.ice
parentFix issue with IceSSL.InitOpenSSL and OpenSSLEngine destructor (diff)
downloadice-1.0.1-icehashpassword.tar.bz2
ice-1.0.1-icehashpassword.tar.xz
ice-1.0.1-icehashpassword.zip
Fix issue with non initialized values in Slice/macros testv1.0.1-icehashpassword
Diffstat (limited to 'cpp/test/Slice/macros/Test.ice')
-rw-r--r--cpp/test/Slice/macros/Test.ice6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/Slice/macros/Test.ice b/cpp/test/Slice/macros/Test.ice
index 8687f136c55..405c9c2240f 100644
--- a/cpp/test/Slice/macros/Test.ice
+++ b/cpp/test/Slice/macros/Test.ice
@@ -34,12 +34,6 @@ class Default
int y DEFAULT(10);
};
-class NoDefault
-{
- int x NODEFAULT(10);
- int y NODEFAULT(10);
-};
-
//
// This class is only defined when compiling with slice2cpp.
//