summaryrefslogtreecommitdiff
path: root/src/io/StreamImpl.java
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-05-01 18:50:18 +0200
committerPeter Wu <peter@lekensteyn.nl>2014-05-01 18:50:18 +0200
commit70bde08fb9201e85c16ff1bc6130fc0453b4d54e (patch)
treef0ce8372a5d507012919cf33574ef285f888100b /src/io/StreamImpl.java
parent9c8e5991bea5e5b188b7623d8ba749db4b4b1182 (diff)
downloadTwitterDataAnalytics-70bde08fb9201e85c16ff1bc6130fc0453b4d54e.tar.gz
Get rid of unused and broken poll function
Diffstat (limited to 'src/io/StreamImpl.java')
-rw-r--r--src/io/StreamImpl.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/io/StreamImpl.java b/src/io/StreamImpl.java
index 4141711..cba9fdd 100644
--- a/src/io/StreamImpl.java
+++ b/src/io/StreamImpl.java
@@ -111,15 +111,6 @@ public class StreamImpl implements Stream {
}
@Override
- public void poll() {
- // HACK: change this, strengten contract
- try {
- workerContainer.thread.join();
- } catch (InterruptedException ex) {
- }
- }
-
- @Override
public void close() {
disconnect();
}