MINOR Removed references to ManifestBuilder::compileManifest() that has since been removed (bgribaudo)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77609 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-05-22 03:31:26 +00:00
parent 9384936c51
commit 0923b5825e
2 changed files with 0 additions and 4 deletions

View File

@ -17,9 +17,6 @@ if(!defined('MANIFEST_FILE')) define("MANIFEST_FILE", TEMP_FOLDER . "/manifest-"
* This information is cached so that it need not be regenerated on every
* pageview.
*
* {@link ManifestBuilder::compileManifest()} is called by {@link main.php}
* whenever {@link ManifestBuilder::staleManifest()} returns true.
*
* @see main.php, __autoload(), SSViewer, Requirements::themedCSS()
* @package sapphire
* @subpackage core

View File

@ -167,7 +167,6 @@ class DatabaseAdmin extends Controller {
}
DB::createDatabase($connect, $username, $password, $database);
// ManifestBuilder::compileManifest();
}
// Build the database. Most of the hard work is handled by DataObject