瀏覽代碼

amberc.js: remove obsolete always_resolve() function

Manfred Kroehnert 11 年之前
父節點
當前提交
07c20757ac
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      cli/support/amberc.js

+ 0 - 10
cli/support/amberc.js

@@ -10,16 +10,6 @@
  * Execute 'node compiler.js' without arguments or with -h / --help for help.
  */
 
-/**
- * Always evaluates the callback parameter.
- * Used by Combo blocks to always call the next function,
- * even if all of the other functions did not run.
- */
-function always_resolve(callback) {
-	callback();
-}
-
-
 /**
  * Helper for concatenating Amber generated AMD modules.
  * The produced output can be exported and run as an independent program.