Refactory.
authorincastrix <incastrix>
Fri, 19 Sep 2008 03:24:50 +0000 (03:24 +0000)
committerincastrix <incastrix>
Fri, 19 Sep 2008 03:24:50 +0000 (03:24 +0000)
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugThread.java

index 7e8c022..73a3b4a 100644 (file)
@@ -324,13 +324,6 @@ public class XDebugThread extends XDebugElement implements IThread, IDebugEventS
        }
        
        /**
-        * Fires a <code>CREATE</code> event for this element.
-        */
-       public void fireCreationEvent() {
-               fireEvent(new DebugEvent(this, DebugEvent.CREATE));
-       }       
-       
-       /**
         * Fires a <code>RESUME</code> event for this element with
         * the given detail.
         *