diff --git a/generator/templates/dawn_wire/server/ServerHandlers.cpp b/generator/templates/dawn_wire/server/ServerHandlers.cpp index 01e73e782b..22bbc8c8f8 100644 --- a/generator/templates/dawn_wire/server/ServerHandlers.cpp +++ b/generator/templates/dawn_wire/server/ServerHandlers.cpp @@ -90,8 +90,6 @@ namespace dawn_wire { namespace server { {% endfor %} const volatile char* Server::HandleCommandsImpl(const volatile char* commands, size_t size) { - mProcs.deviceTick(DeviceObjects().Get(1)->handle); - while (size >= sizeof(CmdHeader) + sizeof(WireCmd)) { // Start by chunked command handling, if it is done, then it means the whole buffer // was consumed by it, so we return a pointer to the end of the commands.