Removing unused funcitons and other pr comment
This commit is contained in:
@@ -185,15 +185,9 @@ void GPU::CallPullerMethod(const MethodCall& method_call) {
|
||||
break;
|
||||
}
|
||||
case BufferMethods::Nop:
|
||||
case BufferMethods::SemaphoreAddressHigh:
|
||||
case BufferMethods::SemaphoreAddressLow:
|
||||
break;
|
||||
case BufferMethods::SemaphoreAddressHigh: {
|
||||
ProcessSetSemaphoreAddressHigh();
|
||||
break;
|
||||
}
|
||||
case BufferMethods::SemaphoreAddressLow: {
|
||||
ProcessSetSemaphoreAddressLow();
|
||||
break;
|
||||
}
|
||||
case BufferMethods::SemaphoreSequence: {
|
||||
ProcessSetSemaphoreSequence();
|
||||
break;
|
||||
|
||||
@@ -209,8 +209,6 @@ private:
|
||||
void ProcessSemaphoreTriggerMethod();
|
||||
void ProcessSemaphoreRelease();
|
||||
void ProcessSemaphoreAcquire();
|
||||
void ProcessSetSemaphoreAddressHigh();
|
||||
void ProcessSetSemaphoreAddressLow();
|
||||
void ProcessSetSemaphoreSequence();
|
||||
void SetReferenceCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user