diff options
Diffstat (limited to '')
-rw-r--r-- | src/lux/analyser.clj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lux/analyser.clj b/src/lux/analyser.clj index f2c238833..7e71ad922 100644 --- a/src/lux/analyser.clj +++ b/src/lux/analyser.clj @@ -117,13 +117,6 @@ (&/$Nil))))) (&&host/analyse-jvm-instanceof analyse exo-type ?class ?object) - ;; Exceptions - (&/$FormS (&/$Cons [_ (&/$SymbolS _ "_jvm_try")] - (&/$Cons ?body - ?handlers))) - (|do [catches+finally (&/fold% &&a-parser/parse-handler (&/T [&/$Nil &/$None]) ?handlers)] - (&&host/analyse-jvm-try analyse exo-type ?body catches+finally)) - _ (aba4 analyse eval! compile-module compile-statement exo-type token))) |