Removing unused funcitons and other pr comment

This commit is contained in:
kmather73
2018-12-27 23:13:24 -08:00
parent 459dcffee7
commit b1339327a9
2 changed files with 2 additions and 10 deletions
+2 -8
View File
@@ -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;