Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cruessler committed Feb 18, 2024
1 parent acb9386 commit ec1ecf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/elm/Logo.elm
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ module Logo exposing
import Compiler.Ast as Ast exposing (Context(..))
import Compiler.Linker as Linker
import Compiler.Parser as Parser
import Dict
import Environment exposing (Environment)
import Environment.History exposing (History)
import Parser.Advanced as Parser exposing (DeadEnd)
import Parser.Advanced as Parser
import StandardLibrary
import Vm.Vm as Vm exposing (State(..), Vm)

Expand Down Expand Up @@ -85,7 +84,7 @@ compile program logo =
Ok newVm ->
Logo <| Paused { newVm | environment = Environment.input program newVm.environment }

Err error ->
Err _ ->
Logo <| Done { vm | environment = Environment.error "parse error" vm.environment }


Expand Down
1 change: 0 additions & 1 deletion app/elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Css
, boxShadow5
, height
, left
, none
, overflowY
, pct
, position
Expand Down

0 comments on commit ec1ecf5

Please sign in to comment.