Fix merge error

This commit is contained in:
Craig Tiller 2017-01-26 12:55:08 -08:00
parent 8cc1d01e9f
commit 1e4f7652ce
1 changed files with 0 additions and 2 deletions

View File

@ -239,8 +239,6 @@ class SendMessageOp : public Op {
}
send_message = BufferToByteBuffer(value);
out->data.send_message.send_message = send_message;
PersistentValue *handle = new PersistentValue(value);
resources->handles.push_back(unique_ptr<PersistentValue>(handle));
return true;
}
bool IsFinalOp() {