From d3a635ed490fa5ca909df45f38d459b5c907aa81 Mon Sep 17 00:00:00 2001
From: incastrix <incastrix>
Date: Fri, 19 Sep 2008 03:24:50 +0000
Subject: [PATCH] Refactory.

---
 .../phpeclipse/xdebug/php/model/XDebugThread.java  |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugThread.java b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugThread.java
index 7e8c022..73a3b4a 100644
--- a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugThread.java
+++ b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugThread.java
@@ -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.
 	 * 
-- 
1.7.1