mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-02 19:01:03 +01:00
Remove unused DAO class
Summary: This class seems to be unused (or maybe I am missing something). Test Plan: Unit tests still pass. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12565
This commit is contained in:
parent
a1403183df
commit
0275feb537
2 changed files with 0 additions and 19 deletions
|
@ -113,24 +113,20 @@ phutil_register_library_map(array(
|
||||||
'AphrontFormCheckboxControl' => 'view/form/control/AphrontFormCheckboxControl.php',
|
'AphrontFormCheckboxControl' => 'view/form/control/AphrontFormCheckboxControl.php',
|
||||||
'AphrontFormChooseButtonControl' => 'view/form/control/AphrontFormChooseButtonControl.php',
|
'AphrontFormChooseButtonControl' => 'view/form/control/AphrontFormChooseButtonControl.php',
|
||||||
'AphrontFormControl' => 'view/form/control/AphrontFormControl.php',
|
'AphrontFormControl' => 'view/form/control/AphrontFormControl.php',
|
||||||
'AphrontFormCropControl' => 'view/form/control/AphrontFormCropControl.php',
|
|
||||||
'AphrontFormDateControl' => 'view/form/control/AphrontFormDateControl.php',
|
'AphrontFormDateControl' => 'view/form/control/AphrontFormDateControl.php',
|
||||||
'AphrontFormDividerControl' => 'view/form/control/AphrontFormDividerControl.php',
|
'AphrontFormDividerControl' => 'view/form/control/AphrontFormDividerControl.php',
|
||||||
'AphrontFormFileControl' => 'view/form/control/AphrontFormFileControl.php',
|
'AphrontFormFileControl' => 'view/form/control/AphrontFormFileControl.php',
|
||||||
'AphrontFormImageControl' => 'view/form/control/AphrontFormImageControl.php',
|
|
||||||
'AphrontFormMarkupControl' => 'view/form/control/AphrontFormMarkupControl.php',
|
'AphrontFormMarkupControl' => 'view/form/control/AphrontFormMarkupControl.php',
|
||||||
'AphrontFormPasswordControl' => 'view/form/control/AphrontFormPasswordControl.php',
|
'AphrontFormPasswordControl' => 'view/form/control/AphrontFormPasswordControl.php',
|
||||||
'AphrontFormPolicyControl' => 'view/form/control/AphrontFormPolicyControl.php',
|
'AphrontFormPolicyControl' => 'view/form/control/AphrontFormPolicyControl.php',
|
||||||
'AphrontFormRadioButtonControl' => 'view/form/control/AphrontFormRadioButtonControl.php',
|
'AphrontFormRadioButtonControl' => 'view/form/control/AphrontFormRadioButtonControl.php',
|
||||||
'AphrontFormRecaptchaControl' => 'view/form/control/AphrontFormRecaptchaControl.php',
|
'AphrontFormRecaptchaControl' => 'view/form/control/AphrontFormRecaptchaControl.php',
|
||||||
'AphrontFormSectionControl' => 'view/form/control/AphrontFormSectionControl.php',
|
|
||||||
'AphrontFormSelectControl' => 'view/form/control/AphrontFormSelectControl.php',
|
'AphrontFormSelectControl' => 'view/form/control/AphrontFormSelectControl.php',
|
||||||
'AphrontFormStaticControl' => 'view/form/control/AphrontFormStaticControl.php',
|
'AphrontFormStaticControl' => 'view/form/control/AphrontFormStaticControl.php',
|
||||||
'AphrontFormSubmitControl' => 'view/form/control/AphrontFormSubmitControl.php',
|
'AphrontFormSubmitControl' => 'view/form/control/AphrontFormSubmitControl.php',
|
||||||
'AphrontFormTextAreaControl' => 'view/form/control/AphrontFormTextAreaControl.php',
|
'AphrontFormTextAreaControl' => 'view/form/control/AphrontFormTextAreaControl.php',
|
||||||
'AphrontFormTextControl' => 'view/form/control/AphrontFormTextControl.php',
|
'AphrontFormTextControl' => 'view/form/control/AphrontFormTextControl.php',
|
||||||
'AphrontFormTextWithSubmitControl' => 'view/form/control/AphrontFormTextWithSubmitControl.php',
|
'AphrontFormTextWithSubmitControl' => 'view/form/control/AphrontFormTextWithSubmitControl.php',
|
||||||
'AphrontFormToggleButtonsControl' => 'view/form/control/AphrontFormToggleButtonsControl.php',
|
|
||||||
'AphrontFormTokenizerControl' => 'view/form/control/AphrontFormTokenizerControl.php',
|
'AphrontFormTokenizerControl' => 'view/form/control/AphrontFormTokenizerControl.php',
|
||||||
'AphrontFormTypeaheadControl' => 'view/form/control/AphrontFormTypeaheadControl.php',
|
'AphrontFormTypeaheadControl' => 'view/form/control/AphrontFormTypeaheadControl.php',
|
||||||
'AphrontFormView' => 'view/form/AphrontFormView.php',
|
'AphrontFormView' => 'view/form/AphrontFormView.php',
|
||||||
|
@ -1348,7 +1344,6 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorAuditCommentEditor' => 'applications/audit/editor/PhabricatorAuditCommentEditor.php',
|
'PhabricatorAuditCommentEditor' => 'applications/audit/editor/PhabricatorAuditCommentEditor.php',
|
||||||
'PhabricatorAuditCommitStatusConstants' => 'applications/audit/constants/PhabricatorAuditCommitStatusConstants.php',
|
'PhabricatorAuditCommitStatusConstants' => 'applications/audit/constants/PhabricatorAuditCommitStatusConstants.php',
|
||||||
'PhabricatorAuditController' => 'applications/audit/controller/PhabricatorAuditController.php',
|
'PhabricatorAuditController' => 'applications/audit/controller/PhabricatorAuditController.php',
|
||||||
'PhabricatorAuditDAO' => 'applications/audit/storage/PhabricatorAuditDAO.php',
|
|
||||||
'PhabricatorAuditEditor' => 'applications/audit/editor/PhabricatorAuditEditor.php',
|
'PhabricatorAuditEditor' => 'applications/audit/editor/PhabricatorAuditEditor.php',
|
||||||
'PhabricatorAuditInlineComment' => 'applications/audit/storage/PhabricatorAuditInlineComment.php',
|
'PhabricatorAuditInlineComment' => 'applications/audit/storage/PhabricatorAuditInlineComment.php',
|
||||||
'PhabricatorAuditListController' => 'applications/audit/controller/PhabricatorAuditListController.php',
|
'PhabricatorAuditListController' => 'applications/audit/controller/PhabricatorAuditListController.php',
|
||||||
|
@ -3339,24 +3334,20 @@ phutil_register_library_map(array(
|
||||||
'AphrontFormCheckboxControl' => 'AphrontFormControl',
|
'AphrontFormCheckboxControl' => 'AphrontFormControl',
|
||||||
'AphrontFormChooseButtonControl' => 'AphrontFormControl',
|
'AphrontFormChooseButtonControl' => 'AphrontFormControl',
|
||||||
'AphrontFormControl' => 'AphrontView',
|
'AphrontFormControl' => 'AphrontView',
|
||||||
'AphrontFormCropControl' => 'AphrontFormControl',
|
|
||||||
'AphrontFormDateControl' => 'AphrontFormControl',
|
'AphrontFormDateControl' => 'AphrontFormControl',
|
||||||
'AphrontFormDividerControl' => 'AphrontFormControl',
|
'AphrontFormDividerControl' => 'AphrontFormControl',
|
||||||
'AphrontFormFileControl' => 'AphrontFormControl',
|
'AphrontFormFileControl' => 'AphrontFormControl',
|
||||||
'AphrontFormImageControl' => 'AphrontFormControl',
|
|
||||||
'AphrontFormMarkupControl' => 'AphrontFormControl',
|
'AphrontFormMarkupControl' => 'AphrontFormControl',
|
||||||
'AphrontFormPasswordControl' => 'AphrontFormControl',
|
'AphrontFormPasswordControl' => 'AphrontFormControl',
|
||||||
'AphrontFormPolicyControl' => 'AphrontFormControl',
|
'AphrontFormPolicyControl' => 'AphrontFormControl',
|
||||||
'AphrontFormRadioButtonControl' => 'AphrontFormControl',
|
'AphrontFormRadioButtonControl' => 'AphrontFormControl',
|
||||||
'AphrontFormRecaptchaControl' => 'AphrontFormControl',
|
'AphrontFormRecaptchaControl' => 'AphrontFormControl',
|
||||||
'AphrontFormSectionControl' => 'AphrontFormControl',
|
|
||||||
'AphrontFormSelectControl' => 'AphrontFormControl',
|
'AphrontFormSelectControl' => 'AphrontFormControl',
|
||||||
'AphrontFormStaticControl' => 'AphrontFormControl',
|
'AphrontFormStaticControl' => 'AphrontFormControl',
|
||||||
'AphrontFormSubmitControl' => 'AphrontFormControl',
|
'AphrontFormSubmitControl' => 'AphrontFormControl',
|
||||||
'AphrontFormTextAreaControl' => 'AphrontFormControl',
|
'AphrontFormTextAreaControl' => 'AphrontFormControl',
|
||||||
'AphrontFormTextControl' => 'AphrontFormControl',
|
'AphrontFormTextControl' => 'AphrontFormControl',
|
||||||
'AphrontFormTextWithSubmitControl' => 'AphrontFormControl',
|
'AphrontFormTextWithSubmitControl' => 'AphrontFormControl',
|
||||||
'AphrontFormToggleButtonsControl' => 'AphrontFormControl',
|
|
||||||
'AphrontFormTokenizerControl' => 'AphrontFormControl',
|
'AphrontFormTokenizerControl' => 'AphrontFormControl',
|
||||||
'AphrontFormTypeaheadControl' => 'AphrontFormControl',
|
'AphrontFormTypeaheadControl' => 'AphrontFormControl',
|
||||||
'AphrontFormView' => 'AphrontView',
|
'AphrontFormView' => 'AphrontView',
|
||||||
|
@ -4660,7 +4651,6 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorAuditApplication' => 'PhabricatorApplication',
|
'PhabricatorAuditApplication' => 'PhabricatorApplication',
|
||||||
'PhabricatorAuditCommentEditor' => 'PhabricatorEditor',
|
'PhabricatorAuditCommentEditor' => 'PhabricatorEditor',
|
||||||
'PhabricatorAuditController' => 'PhabricatorController',
|
'PhabricatorAuditController' => 'PhabricatorController',
|
||||||
'PhabricatorAuditDAO' => 'PhabricatorLiskDAO',
|
|
||||||
'PhabricatorAuditEditor' => 'PhabricatorApplicationTransactionEditor',
|
'PhabricatorAuditEditor' => 'PhabricatorApplicationTransactionEditor',
|
||||||
'PhabricatorAuditInlineComment' => 'PhabricatorInlineCommentInterface',
|
'PhabricatorAuditInlineComment' => 'PhabricatorInlineCommentInterface',
|
||||||
'PhabricatorAuditListController' => 'PhabricatorAuditController',
|
'PhabricatorAuditListController' => 'PhabricatorAuditController',
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
abstract class PhabricatorAuditDAO extends PhabricatorLiskDAO {
|
|
||||||
|
|
||||||
public function getApplicationName() {
|
|
||||||
return 'audit';
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue