summaryrefslogtreecommitdiffstats
path: root/php-icewind-streams-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-30 16:16:34 +0100
committerRemi Collet <remi@remirepo.net>2018-01-30 16:16:34 +0100
commite6a0d86abc7264cf756e1fb8a7e74790a6abe8a2 (patch)
tree25c81bd45233e6a66ab13b81bd8553e5f9bbccdc /php-icewind-streams-autoload.php
parent185319f079a1d9dea367aa844f93fe61a1efd21c (diff)
v0.6.0
Diffstat (limited to 'php-icewind-streams-autoload.php')
-rw-r--r--php-icewind-streams-autoload.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/php-icewind-streams-autoload.php b/php-icewind-streams-autoload.php
deleted file mode 100644
index ecbb3df..0000000
--- a/php-icewind-streams-autoload.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-/* Autoloader for icewind/streams and its dependencies */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-
-\Fedora\Autoloader\Autoload::addPsr4('Icewind\\Streams\\', __DIR__);
-