From 5c28295449974554bffb5acf6e4db84882d5bb09 Mon Sep 17 00:00:00 2001 From: Andres Gutierrez Date: Mon, 6 Jun 2016 18:56:31 -0500 Subject: [PATCH] Fix PSR-2 --- Library/CompilerFile.php | 1 - compiler.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Library/CompilerFile.php b/Library/CompilerFile.php index 66a5d51c48..c6ea41d7de 100755 --- a/Library/CompilerFile.php +++ b/Library/CompilerFile.php @@ -170,7 +170,6 @@ public function genIR(Compiler $compiler) $ir = null; if ($changed) { - if (!function_exists('zephir_parse_file')) { throw new Exception('Parser extension couldn\'t be loaded'); } diff --git a/compiler.php b/compiler.php index 64a29d6989..59b914e386 100755 --- a/compiler.php +++ b/compiler.php @@ -19,4 +19,3 @@ require __DIR__ . '/bootstrap.php'; Zephir\Bootstrap::boot(); -