Merge pull request #18963 from samuelsov/nli18n
[civicrm-core.git] / CRM / Upgrade / Form.php
index 6eb65bf70d3f7092ab6983565eb6d95ecdaaaf76..2ab3c1c7e8d87d909d729d1638c3e331336e53e9 100644 (file)
@@ -286,19 +286,6 @@ SET    version = '$version'
     return FALSE;
   }
 
-  /**
-   * @param $version
-   *
-   * @return bool
-   */
-  public function checkVersion($version) {
-    $domainID = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_Domain',
-      $version, 'id',
-      'version'
-    );
-    return (bool) $domainID;
-  }
-
   /**
    * @return array
    * @throws Exception