Dead code stripping
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Jan 2006 05:02:38 +0000 (05:02 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Jan 2006 05:02:38 +0000 (05:02 +0000)
includes/svnlib.php

index 13b3e6bc46c57b03a33e6fbe65294ad5071797a0..b63b548e2dee76b4d2c7eeeee5a864d842922a9c 100644 (file)
@@ -88,11 +88,6 @@ class SVNLib
        {
                $output = $this->controller->xquery->exec($this->svnpath . ' ' . $command . ' 2>&1');
                
-               // make sure that we keep escaped chars
-               //$output = str_replace(array('\t', '\n', '\r'), array('\\\t', '\\\n', '\\\r'), $output);
-               //$output = preg_replace('#\\\(.)#', '\\\\\\\\' . '\1', $output);
-               //$output = str_replace('\\', '\\\\', $output);
-               
                $temp = implode("\n", $output);
                if (strpos($temp, '(apr' . '_err=') !== false)
                {