diff options
Diffstat (limited to 'includes/api/ApiFormatDbg.php')
-rw-r--r-- | includes/api/ApiFormatDbg.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/api/ApiFormatDbg.php b/includes/api/ApiFormatDbg.php index 32f223d7..92619f76 100644 --- a/includes/api/ApiFormatDbg.php +++ b/includes/api/ApiFormatDbg.php @@ -24,11 +24,6 @@ * @file */ -if ( !defined( 'MEDIAWIKI' ) ) { - // Eclipse helper - will be ignored in production - require_once( 'ApiFormatBase.php' ); -} - /** * API PHP's var_export() output formatter * @ingroup API |