diff options
author | Urban Müller | 2008-10-15 16:08:59 +0000 |
---|---|---|
committer | Urban Müller | 2008-10-15 16:08:59 +0000 |
commit | 5db02f8d8ced2403e69a4901a0a15386d19a13b5 (patch) | |
tree | 1b022b87e1e80191809cd338f356e510fe012744 /it_syntaxconverter.class | |
parent | 2a4b5c0e971f9ed3056b2d81b639dad0fd069b62 (diff) | |
download | itools-5db02f8d8ced2403e69a4901a0a15386d19a13b5.tar.gz itools-5db02f8d8ced2403e69a4901a0a15386d19a13b5.tar.bz2 itools-5db02f8d8ced2403e69a4901a0a15386d19a13b5.zip |
phplint cleanup
Diffstat (limited to 'it_syntaxconverter.class')
-rw-r--r-- | it_syntaxconverter.class | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/it_syntaxconverter.class b/it_syntaxconverter.class index ef0b5f3..f37b60d 100644 --- a/it_syntaxconverter.class +++ b/it_syntaxconverter.class @@ -358,7 +358,6 @@ function has_double_arrow($element) function make_array($namedparams) { $result = array(); - $head = array(); $body = array(); $this->changes++; |