summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-20 00:20:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-20 00:20:08 +0000
commit9de0803f2c6f31ba39c302e7179348c48ccf8a23 (patch)
tree1571d40e534dca8627a8662167ac1b3d4555835c /TAO/tests
parent1a270fb1a365c310a91d890240eb6f14319ee0df (diff)
downloadATCD-9de0803f2c6f31ba39c302e7179348c48ccf8a23.tar.gz
Reverted previous change.
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/IDL_Test/constants.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/IDL_Test/constants.idl b/TAO/tests/IDL_Test/constants.idl
index be62e414a41..2679eefaa2d 100644
--- a/TAO/tests/IDL_Test/constants.idl
+++ b/TAO/tests/IDL_Test/constants.idl
@@ -48,8 +48,6 @@ const char fivebits = '\x32';
const char maybe_minus = '\xAf';
const char max_char_hex = '\xff';
-const long john = -2147483648;
-
// unsigned longs greater than LONG_MAX
const unsigned long in_range = 3222111000;