updating some changes i forgot to commit

This commit is contained in:
Kevin Jahns
2015-09-26 14:42:50 +02:00
parent 5e4c56af29
commit b08aeee4fc
9 changed files with 74 additions and 55 deletions

View File

@@ -33,7 +33,7 @@ var Struct = {
return op
},
requiredOps: function (op) {
return [op.target]
return [] // [op.target]
},
/*
Delete an operation from the OS, and add it to the GC, if necessary.