mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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
This commit is contained in:
parent
eacd0f5370
commit
8d26399cfd
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue