Jelajahi Sumber

amberc.js: remove obsolete always_resolve() function

Manfred Kroehnert 11 tahun lalu
induk
melakukan
07c20757ac
1 mengubah file dengan 0 tambahan dan 10 penghapusan
  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.