dealloc.mx raw

   1  package runtime
   2  
   3  // scopeFreeTo is a backward-compat stub for binaries built before arena model.
   4  // Old stage4 compilers emit calls to this symbol at scope boundaries.
   5  //
   6  //export runtime.scopeFreeTo
   7  func scopeFreeTo(tag int32) {}
   8