From bfed84f2afdb77aaebaa017d8151226c0c300cf6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 1 Dec 2004 08:48:31 +0000 Subject: [PATCH] Revert accidental checkin of unused experimental code. --- includes/LinkCache.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/LinkCache.php b/includes/LinkCache.php index 967ba8512c..b4bb7576eb 100644 --- a/includes/LinkCache.php +++ b/includes/LinkCache.php @@ -73,10 +73,6 @@ class LinkCache { $this->mBadLinks[$title] = 1; } } - - function addBadLinkObj( &$nt ) { - $this->addBadLink( $nt->getPrefixedDBkey() ); - } function addImageLink( $title ) { if ( $this->mActive ) { $this->mImageLinks[$title] = 1; } -- 2.20.1