diff options
Diffstat (limited to 'ghc/compiler/javaGen/PrintJava.lhs')
-rw-r--r-- | ghc/compiler/javaGen/PrintJava.lhs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ghc/compiler/javaGen/PrintJava.lhs b/ghc/compiler/javaGen/PrintJava.lhs index edaf8e594f..eb2811d38f 100644 --- a/ghc/compiler/javaGen/PrintJava.lhs +++ b/ghc/compiler/javaGen/PrintJava.lhs @@ -81,11 +81,6 @@ clazz = \mfs -> \n -> \x -> \is -> \ms -> $$ indent ms $$ text "}" -staticblock = \ss -> - text "static" <+> text "{" - $$ indent ss - $$ text "}" - modifiers mfs = hsep (map modifier mfs) modifier mf = text $ map toLower (show mf) |