Merge pull request #22237 from totten/master-verifydb
[civicrm-core.git] / CRM / Upgrade / Incremental / Base.php
index b3884010e30511f91f9a5bb4744f3209a71ad363..771ed8ad679391d8b20291436bbf027eaca6e7a2 100644 (file)
@@ -68,17 +68,6 @@ class CRM_Upgrade_Incremental_Base {
     return $revList;
   }
 
-  /**
-   * Verify DB state.
-   *
-   * @param $errors
-   *
-   * @return bool
-   */
-  public function verifyPreDBstate(&$errors) {
-    return TRUE;
-  }
-
   /**
    * Compute any messages which should be displayed before upgrade.
    *