From e46e6ec9d7af558580f77091316079f4c534c74a Mon Sep 17 00:00:00 2001 From: scribu Date: Thu, 9 May 2013 13:04:02 +0300 Subject: [PATCH] don't load cli/cli.php utilities (unused) --- php/utils.php | 1 - 1 file changed, 1 deletion(-) diff --git a/php/utils.php b/php/utils.php index 39ff8e7a..7ef91543 100644 --- a/php/utils.php +++ b/php/utils.php @@ -17,7 +17,6 @@ function load_dependencies() { foreach ( $vendor_paths as $vendor_path ) { if ( file_exists( $vendor_path . '/autoload.php' ) ) { require $vendor_path . '/autoload.php'; - include $vendor_path . '/jlogsdon/cli/lib/cli/cli.php'; $has_autoload = true; break; } -- 2.11.0