diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-20 05:21:21 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-20 05:21:21 +0000 |
commit | 303a0b802007291ea893df701372f5cbdd25798b (patch) | |
tree | 0eed0fa899ea166286562c89de839a2da6431bcb /tests | |
parent | c560cb846f20696e059545484f4f3dc9702912b7 (diff) | |
download | ATCD-303a0b802007291ea893df701372f5cbdd25798b.tar.gz |
Removed an extra read.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/IOStream_Test.cpp | 1 |
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; |