From 990f72c9a384d32cd97901a5b0db801f1681ed0b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 23 Jan 2006 05:02:38 +0000 Subject: [PATCH] Dead code stripping --- includes/svnlib.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/svnlib.php b/includes/svnlib.php index 13b3e6b..b63b548 100644 --- a/includes/svnlib.php +++ b/includes/svnlib.php @@ -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) { -- 2.22.5