Fold deprecated function into the only function that calls it
[civicrm-core.git] / install / civicrm.php
index e6886134039281a2c69874ea93a06aac6b3bad53..5b6dcb263a61896a7218c12981221f64e9167e31 100644 (file)
@@ -131,8 +131,6 @@ function civicrm_main(&$config) {
 function civicrm_source($dsn, $fileName, $lineMode = FALSE) {
   global $crmPath;
 
-  require_once "$crmPath/packages/DB.php";
-
   // CRM-19699 See also CRM_Core_DAO for PHP7 mysqli compatiblity.
   // Duplicated here because this is not using CRM_Core_DAO directly
   // and this function may be called directly from Drush.