Skip to content

Commit

Permalink
Deleted a bunch of code that won't be used in the new NIF-based world.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Sep 21, 2024
1 parent 2b1d355 commit 99eec1b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 600 deletions.
2 changes: 0 additions & 2 deletions src/undermidi.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
{env,[]},
{modules, [
'undermidi.devices',
'undermidi.clock.ext',
'undermidi.clock.ext.beats',
'undermidi.util'
]},

Expand Down
15 changes: 0 additions & 15 deletions src/undermidi/app.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
(stop 1))
(export
(children 0)
(info 0)
(ports 0)
(servers 0)
(supervisor 0)))

(include-lib "logjam/include/logjam.hrl")
Expand Down Expand Up @@ -37,15 +34,3 @@

(defun children ()
(supervisor:which_children (SUPERVISOR)))

(defun servers ()
`(#(go ,(undermidi.supervisor:child-pid))))

(defun ports ()
`(#(go ,(undermidi.supervisor:child-port))))

(defun info ()
`(#(app ,(erlang:process_info (self)))
#(supervisor ,(erlang:process_info (supervisor)))
#(go (#(server ,(erlang:process_info (undermidi.supervisor:child-pid)))
#(port ,(erlang:port_info (undermidi.supervisor:child-port)))))))
157 changes: 0 additions & 157 deletions src/undermidi/clock/ext.lfe

This file was deleted.

Loading

0 comments on commit 99eec1b

Please sign in to comment.