[Swift-commit] cog r3508
swift at ci.uchicago.edu
swift at ci.uchicago.edu
Sun Nov 11 20:00:06 CST 2012
------------------------------------------------------------------------
r3508 | hategan | 2012-11-11 19:58:20 -0600 (Sun, 11 Nov 2012) | 1 line
removed old commented out lines
------------------------------------------------------------------------
Index: modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/ProxyIOProvider.java
===================================================================
--- modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/ProxyIOProvider.java (revision 3507)
+++ modules/provider-coaster/src/org/globus/cog/abstraction/impl/file/coaster/handlers/providers/ProxyIOProvider.java (working copy)
@@ -214,15 +214,11 @@
private static class CReadBuffer extends ReadBuffer {
- // private Exception error;
- // private BlockingQueue queue;
- // private boolean seenLast;
private int crt;
private LinkedList<Buffers.Allocation> alloc;
protected CReadBuffer(Buffers buffers, ReadBufferCallback cb) {
super(buffers, cb, -1);
- // queue = new LinkedBlockingQueue();
alloc = new LinkedList<Buffers.Allocation>();
}
@@ -266,18 +262,6 @@
}
}
- /*
- private static class Entry {
- public final boolean last;
- public final ByteBuffer buf;
-
- public Entry(boolean last, ByteBuffer buf) {
- this.last = last;
- this.buf = buf;
- }
- }
- */
-
private static class Reader implements IOReader, Callback {
private CustomGetFileCmd cmd;
private ReadIOCallback cb;
More information about the Swift-commit
mailing list