Remove SearchResultTooMany
[lhc/web/wiklou.git] / includes / search / SearchEngine.php
index 4663ab8..3a3baef 100644 (file)
@@ -555,13 +555,6 @@ class SearchEngine {
        }
 }
 
-/**
- * @ingroup Search
- */
-class SearchResultTooMany {
-       # # Some search engines may bail out if too many matches are found
-}
-
 /**
  * Dummy class to be used when non-supported Database engine is present.
  * @todo FIXME: Dummy class should probably try something at least mildly useful,