diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index d91f231..3370c91 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -173,9 +173,7 @@
 	 * @return	string
 	 */	
 	function run($output = '')
-	{	
-		$obj =& get_instance();
-		
+	{		
 		$output = '<br clear="all" />';
 		$output .= "<div style='background-color:#fff;padding:10px;'>";