1
0
Kaynağa Gözat

amberc.js: remove obsolete always_resolve() function

Manfred Kroehnert 11 yıl önce
ebeveyn
işleme
07c20757ac
1 değiştirilmiş dosya ile 0 ekleme ve 10 silme
  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.