diff --git a/rocclr/runtime/platform/command.cpp b/rocclr/runtime/platform/command.cpp index cf2cbfe0f5..4cd2497c06 100644 --- a/rocclr/runtime/platform/command.cpp +++ b/rocclr/runtime/platform/command.cpp @@ -218,6 +218,11 @@ Command::Command( } Command::~Command() +{ +} + +void +Command::releaseResources() { const Command::EventWaitList& events = eventWaitList(); @@ -228,12 +233,6 @@ Command::~Command() std::mem_fun(&Command::release)); } -void -Command::releaseResources() -{ -} - - void Command::enqueue() {