summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-23 16:18:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-23 16:18:04 +0000
commitb6d349c6d3c77a88cd32d4435ff85c5395d6c457 (patch)
tree22a75184ffdd9e3506ab4223c7b1ea77f5ac44a4
parent620a68723ba6e2eb48f478b9ef8ccb8450cbb8ee (diff)
downloadATCD-b6d349c6d3c77a88cd32d4435ff85c5395d6c457.tar.gz
Removed unused CORBA::Environment parameter.
-rw-r--r--TAO/utils/catior/catior.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp
index d063d5fcd71..abc8bd2e3c6 100644
--- a/TAO/utils/catior/catior.cpp
+++ b/TAO/utils/catior/catior.cpp
@@ -128,7 +128,7 @@ cat_octet_seq (const char *object_name,
static CORBA::Boolean
catior (char* str,
- CORBA::Environment &env)
+ CORBA::Environment &)
{
// Unhex the bytes, and make a CDR deencapsulation stream from the
// resulting data.