Browse Source

amberc.js: remove obsolete require('exec') and require('util')

Manfred Kroehnert 11 năm trước cách đây
mục cha
commit
b12d9037bb
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      cli/support/amberc.js

+ 1 - 3
cli/support/amberc.js

@@ -121,9 +121,7 @@ Combo.prototype = {
 };
 
 var path = require('path'),
-	util = require('util'),
-	fs = require('fs'),
-	exec = require('child_process').exec;
+	fs = require('fs');
 
 /**
  * AmberC constructor function.