diff options
author | Aaron Schulz <aschulz@wikimedia.org> | 2015-01-07 11:31:34 -0800 |
---|---|---|
committer | Aaron Schulz <aschulz@wikimedia.org> | 2015-01-07 11:36:57 -0800 |
commit | 4a56f3ba5839c1e3f4cb4d4e94d1564e6f388f86 (patch) | |
tree | ed5ebaceb400f0785433dc924303c9fb0e335c2c /autoload.php | |
parent | f652b4b7a99c560e1e7b5cba7401b182b7996fb4 (diff) | |
download | mediawikicore-4a56f3ba5839c1e3f4cb4d4e94d1564e6f388f86.tar.gz mediawikicore-4a56f3ba5839c1e3f4cb4d4e94d1564e6f388f86.zip |
Removed ProfilerStandard and ProfilerSimpleTrace
Change-Id: I2b0e0ac1a277e66b15095e766ed5df834b1ae5f9
Diffstat (limited to 'autoload.php')
-rw-r--r-- | autoload.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autoload.php b/autoload.php index 88dcabe25400..208ab171369a 100644 --- a/autoload.php +++ b/autoload.php @@ -894,8 +894,6 @@ $wgAutoloadLocalClasses = array( 'ProfilerOutputDb' => __DIR__ . '/includes/profiler/output/ProfilerOutputDb.php', 'ProfilerOutputText' => __DIR__ . '/includes/profiler/output/ProfilerOutputText.php', 'ProfilerOutputUdp' => __DIR__ . '/includes/profiler/output/ProfilerOutputUdp.php', - 'ProfilerSimpleTrace' => __DIR__ . '/includes/profiler/ProfilerSimpleTrace.php', - 'ProfilerStandard' => __DIR__ . '/includes/profiler/ProfilerStandard.php', 'ProfilerStub' => __DIR__ . '/includes/profiler/ProfilerStub.php', 'ProfilerXhprof' => __DIR__ . '/includes/profiler/ProfilerXhprof.php', 'Protect' => __DIR__ . '/maintenance/protect.php', |