From 3d480c09928516d571e63d37f6dcef51d6e34baf Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Fri, 8 Jun 2001 09:35:41 +0000 Subject: #87968# remove string constant --- idlc/test/const.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'idlc/test') diff --git a/idlc/test/const.idl b/idlc/test/const.idl index 3fdd04b2b8ed..76b3d2a02e6b 100644 --- a/idlc/test/const.idl +++ b/idlc/test/const.idl @@ -6,7 +6,6 @@ module test const long add = 1 + 2; const long sub = 3 - 2; const hyper h = 123456789; - const string str = "hallo"; const float f7 = 3.4123; const float f2 = 3.4123 + 10e-12; const boolean bt = True; -- cgit v1.2.3