summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-20 05:21:21 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-20 05:21:21 +0000
commit303a0b802007291ea893df701372f5cbdd25798b (patch)
tree0eed0fa899ea166286562c89de839a2da6431bcb
parentc560cb846f20696e059545484f4f3dc9702912b7 (diff)
downloadATCD-303a0b802007291ea893df701372f5cbdd25798b.tar.gz
Removed an extra read.
-rw-r--r--tests/IOStream_Test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/IOStream_Test.cpp b/tests/IOStream_Test.cpp
index be6a8f0a235..a51dc7e5a3b 100644
--- a/tests/IOStream_Test.cpp
+++ b/tests/IOStream_Test.cpp
@@ -224,7 +224,6 @@ client (void *arg = 0)
}
}
- server >> i;
server >> f1;
server >> l;
server >> f2;