Skip to content

Commit

Permalink
remove unused files and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardnarum committed Apr 16, 2018
1 parent 78dd770 commit 25d44a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
12 changes: 0 additions & 12 deletions TODO

This file was deleted.

6 changes: 3 additions & 3 deletions fsm.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ st_init() ->
io:format("fsm: elevator initialized, behold my initial glory ~n"),
driver:set_motor_direction(driver, stop),
st_idle();
Other ->
_Other ->
st_init()

after 10000 ->
Expand All @@ -33,7 +33,7 @@ st_idle() ->
{no_orders} ->
st_idle();

Other ->
_Other ->
st_idle()
end.

Expand Down Expand Up @@ -67,7 +67,7 @@ st_moving() ->
st_moving()
end;

Other ->
_Other ->
st_moving()
end.

Expand Down
5 changes: 0 additions & 5 deletions z_compile_complete.erl

This file was deleted.

0 comments on commit 25d44a5

Please sign in to comment.