From ae680d9114cf0279ec07a351bcb4721fcb2e51ef Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sun, 6 Jul 2014 01:14:29 +1000 Subject: [PATCH] Regenerate library map Summary: Ran `arc liberate` after D9805. Test Plan: `arc liberate` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9825 --- src/__phutil_library_map__.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index cb463a70..215a7a85 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -159,7 +159,6 @@ phutil_register_library_map(array( 'ArcanistSettings' => 'configuration/ArcanistSettings.php', 'ArcanistShellCompleteWorkflow' => 'workflow/ArcanistShellCompleteWorkflow.php', 'ArcanistSingleLintEngine' => 'lint/engine/ArcanistSingleLintEngine.php', - 'ArcanistSpellingDefaultData' => 'lint/linter/spelling/ArcanistSpellingDefaultData.php', 'ArcanistSpellingLinter' => 'lint/linter/ArcanistSpellingLinter.php', 'ArcanistSpellingLinterTestCase' => 'lint/linter/__tests__/ArcanistSpellingLinterTestCase.php', 'ArcanistSubversionAPI' => 'repository/api/ArcanistSubversionAPI.php',