Remove stray snippet

This commit is contained in:
Kevin Sawicki
2014-03-03 18:51:17 -08:00
parent 79bdde4f08
commit 9ee6bea772

View File

@@ -1,9 +1,7 @@
fs = require 'fs'
path = require 'path'
os = require 'os'
def test(arg: Type) = {
}
# Add support for obselete APIs of vm module so we can make some third-party
# modules work under node v0.11.x.
require 'vm-compatibility-layer'