summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/fixed_array.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-02 02:18:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-02 02:18:12 +0000
commitda5514b9a08a0326adb86c79b53bf96e35789741 (patch)
tree8209d7627144687c7633cc0d63c2e1eb12a1ce28 /TAO/tests/Param_Test/fixed_array.cpp
parent2b5ce62dd4531b3cee33a671ca884a28b06f18bd (diff)
downloadATCD-da5514b9a08a0326adb86c79b53bf96e35789741.tar.gz
(check_validity): commented out unused local ret
Diffstat (limited to 'TAO/tests/Param_Test/fixed_array.cpp')
-rw-r--r--TAO/tests/Param_Test/fixed_array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/fixed_array.cpp b/TAO/tests/Param_Test/fixed_array.cpp
index 0cb137e635c..f34294436b3 100644
--- a/TAO/tests/Param_Test/fixed_array.cpp
+++ b/TAO/tests/Param_Test/fixed_array.cpp
@@ -125,7 +125,7 @@ Test_Fixed_Array::check_validity (CORBA::Request_ptr req)
// we have forced the ORB to allocate memory for the return value so that we
// can test the >>= operator
- Param_Test::Fixed_Array *ret;
+ // Param_Test::Fixed_Array *ret;
Param_Test::Fixed_Array_forany forany (this->ret_.out ());
*req->result ()->value () >>= forany;
return this->check_validity ();