@@ -36,8 +36,6 @@
// result is invoked when all the opcodes have been iterated over and returns
// the final result of the tracing.
result: function(ctx) {
- if(this.nops > 0){
- return this.hist;
- }
+ return this.hist;
},
}