summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-CompatInfo-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-autoload.php')
-rw-r--r--php-bartlett-PHP-CompatInfo-autoload.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/php-bartlett-PHP-CompatInfo-autoload.php b/php-bartlett-PHP-CompatInfo-autoload.php
index d40d05c..62dd824 100644
--- a/php-bartlett-PHP-CompatInfo-autoload.php
+++ b/php-bartlett-PHP-CompatInfo-autoload.php
@@ -17,9 +17,6 @@ if (!isset($fedoraClassLoader) || !($fedoraClassLoader instanceof \Symfony\Compo
$fedoraClassLoader->addPrefixes(array(
'Bartlett\\CompatInfo' => dirname(dirname(__DIR__)),
));
-if (is_file('/usr/share/php-bartlett-PHP-CompatInfo/compatinfo.sqlite')) {
- putenv('BARTLETT_COMPATINFO_DB=/usr/share/php-bartlett-PHP-CompatInfo/compatinfo.sqlite');
-}
// Dependencies
require_once $vendorDir . '/Bartlett/Reflect/autoload.php';