From 8d26399cfdf44a696942c2b50eca4d5ebefccd04 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sun, 24 Jul 2011 12:52:22 -0700 Subject: [PATCH] Remove unused EXPECTED_SCHEMA_VERSION constant Summary: This didn't end up getting used but I neglected to delete it. Test Plan: git grep Reviewed By: jungejason Reviewers: tuomaspelkonen, jungejason, aran CC: aran, jungejason Differential Revision: 721 --- src/infrastructure/setup/PhabricatorSetup.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/infrastructure/setup/PhabricatorSetup.php b/src/infrastructure/setup/PhabricatorSetup.php index 45e35a3f51..2bcf41bd4f 100644 --- a/src/infrastructure/setup/PhabricatorSetup.php +++ b/src/infrastructure/setup/PhabricatorSetup.php @@ -18,8 +18,6 @@ class PhabricatorSetup { - const EXPECTED_SCHEMA_VERSION = 36; - public static function runSetup() { header("Content-Type: text/plain"); self::write("PHABRICATOR SETUP\n\n");