]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugErrorLogOutput.php
FIFO stacker basicly implemented
[core.git] / inc / classes / main / debug / class_DebugErrorLogOutput.php
index fcc7f65952c95c6a062bd68c4751e8bd53956a3c..b9a718922deffc2922f9ffd27a7af60a020ff785 100644 (file)
@@ -64,18 +64,6 @@ class DebugErrorLogOutput extends BaseFrameworkSystem implements Debugger, Outpu
                }
        }
 
-       /**
-        * Assigns a variable for output
-        *
-        * @param       $var    The variable we shall assign
-        * @param       $value  The value to store in the variable
-        * @return      void
-        */
-       public final function assignVariable ($var, $value) {
-               // Empty stub!
-               trigger_error(__METHOD__.": Stub!");
-       }
-
        /**
         * Output the code
         *