mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Remove the deprecated ArcanistWorkCopyIdentity::getConfig
method.
Summary: This method has been deprecated for a while now (see rARC0d212ccf5a7ac5fc75d2d3036cb3a0bee220fd02). It should be safe to remove. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9466
This commit is contained in:
parent
ee3baade6e
commit
419a1247c2
1 changed files with 0 additions and 8 deletions
|
@ -252,14 +252,6 @@ final class ArcanistWorkingCopyIdentity {
|
||||||
return $this->projectConfig;
|
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
|
* Read a configuration directive from project configuration. This reads ONLY
|
||||||
* permanent project configuration (i.e., ".arcconfig"), not other
|
* permanent project configuration (i.e., ".arcconfig"), not other
|
||||||
|
|
Loading…
Reference in a new issue