Skip to content

Commit

Permalink
Removed super, NIM does not extend Module
Browse files Browse the repository at this point in the history
  • Loading branch information
arwassa committed Jun 1, 2019
1 parent 0abd991 commit 6ee4fda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/net.moon
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ class BroadcastSocket extends Socket

class NetworkInterfaceManager
new: (parent, serviceManager) =>
super(parent, serviceManager)
@serviceManager = serviceManager
@networkInterfaces = {}
-- our machines id
Expand Down

0 comments on commit 6ee4fda

Please sign in to comment.