diff src/org/eclipse/jetty/io/AsyncEndPoint.java @ 945:89fe80dfab2c

remove asyncDispatch()
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 11 Oct 2016 20:53:06 -0600
parents b77d631b9e28
children 669769bcdf5c
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/AsyncEndPoint.java	Tue Oct 11 20:16:03 2016 -0600
+++ b/src/org/eclipse/jetty/io/AsyncEndPoint.java	Tue Oct 11 20:53:06 2016 -0600
@@ -29,13 +29,6 @@
 	public void dispatch();
 	
 	/* ------------------------------------------------------------ */
-	/**
-	 * Dispatch the endpoint. If it is already dispatched, schedule a redispatch
-	 * 
-	 */
-	public void asyncDispatch();
-	
-	/* ------------------------------------------------------------ */
 	/** Schedule a write dispatch.
 	 * Set the endpoint to not be writable and schedule a dispatch when
 	 * it becomes writable.