[hornetq-commits] JBoss hornetq SVN: r12302 - in trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core: impl and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 15 05:56:31 EDT 2012


Author: borges
Date: 2012-03-15 05:56:30 -0400 (Thu, 15 Mar 2012)
New Revision: 12302

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/CoreRemotingConnection.java
   trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/RemotingConnectionImpl.java
Log:
remove dead code

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/CoreRemotingConnection.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/CoreRemotingConnection.java	2012-03-14 15:18:21 UTC (rev 12301)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/CoreRemotingConnection.java	2012-03-15 09:56:30 UTC (rev 12302)
@@ -105,11 +105,6 @@
    Object getTransferLock();
    
    /**
-    * Called periodically to flush any data in the batch buffer
-    */
-   void checkFlushBatchBuffer();
-
-   /**
     * get the default security principal
     *
     * @return the principal

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/RemotingConnectionImpl.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/RemotingConnectionImpl.java	2012-03-14 15:18:21 UTC (rev 12301)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/RemotingConnectionImpl.java	2012-03-15 09:56:30 UTC (rev 12302)
@@ -462,11 +462,6 @@
       }
    }
 
-   public void checkFlushBatchBuffer()
-   {
-      transportConnection.checkFlushBatchBuffer();
-   }
-
    public HornetQPrincipal getDefaultHornetQPrincipal()
    {
       return transportConnection.getDefaultHornetQPrincipal();



More information about the hornetq-commits mailing list