diff --git a/src/workingcopyidentity/ArcanistWorkingCopyIdentity.php b/src/workingcopyidentity/ArcanistWorkingCopyIdentity.php index 7fe15ed7..bf730faa 100644 --- a/src/workingcopyidentity/ArcanistWorkingCopyIdentity.php +++ b/src/workingcopyidentity/ArcanistWorkingCopyIdentity.php @@ -252,14 +252,6 @@ final class ArcanistWorkingCopyIdentity { return $this->projectConfig; } - /** - * Deprecated; use @{method:getProjectConfig}. - */ - public function getConfig($key, $default = null) { - return $this->getProjectConfig($key, $default); - } - - /** * Read a configuration directive from project configuration. This reads ONLY * permanent project configuration (i.e., ".arcconfig"), not other