Remove code commented out by r58597
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 11 Jan 2010 00:55:21 +0000 (00:55 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 11 Jan 2010 00:55:21 +0000 (00:55 +0000)
includes/db/DatabaseOracle.php

index cabc958..c857178 100644 (file)
@@ -999,14 +999,6 @@ class DatabaseOracle extends DatabaseBase {
                return str_replace( "'", "''", $s );
        }
 
-/*
-       function encodeBlob($b) {
-               return $b; //new ORABlob($b);
-       }
-       function decodeBlob($b) {
-               return $b; //return $b->load();
-       }
-*/
        function addQuotes( $s ) {
                global $wgLang;
                if ( isset( $wgLang->mLoaded ) && $wgLang->mLoaded ) {