summaryrefslogtreecommitdiff
path: root/cppu/qa/cppumaker/types.idl
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa/cppumaker/types.idl')
-rw-r--r--cppu/qa/cppumaker/types.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/cppu/qa/cppumaker/types.idl b/cppu/qa/cppumaker/types.idl
index 2c0a0559af7a..f22d52fc58f0 100644
--- a/cppu/qa/cppumaker/types.idl
+++ b/cppu/qa/cppumaker/types.idl
@@ -690,7 +690,6 @@ exception TestException2: TestException1 {};
constants Constants {
const byte byteMin = -128;
const byte byteMax = 127;
- const byte byteNeg = 255;
const short shortMin = -32768;
const short shortMax = 32767;
const unsigned short unsignedShortMin = 0;