diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-08 09:55:27 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-08 09:55:27 +0100 |
commit | a827ee657129a230a4067b952e3d64bf686d7fdd (patch) | |
tree | 5d61edc27b22a9a9321febb297d456bfaf399ed4 /Bin | |
parent | 2d4561ddd7a86b5afbcf80bc4d7033d0b31d28af (diff) | |
download | Praspel-a827ee657129a230a4067b952e3d64bf686d7fdd.zip Praspel-a827ee657129a230a4067b952e3d64bf686d7fdd.tar.gz Praspel-a827ee657129a230a4067b952e3d64bf686d7fdd.tar.bz2 |
Remove an used variable.
Diffstat (limited to 'Bin')
-rw-r--r-- | Bin/Shell.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Bin/Shell.php b/Bin/Shell.php index 51fd55d..631ad09 100644 --- a/Bin/Shell.php +++ b/Bin/Shell.php @@ -155,7 +155,6 @@ class Shell extends \Hoa\Console\Dispatcher\Kit { new \Hoa\Console\Readline\Autocompleter\Word($words) ); - $handle = null; $expression = '.h'; do { try { @@ -239,7 +238,6 @@ class Shell extends \Hoa\Console\Dispatcher\Kit { $interpreter->visit( $compiler->parse($expression, 'expression') ); - $handle = $expression; break; } } |