forked from OSchip/llvm-project
[NFC][OpenMP][CUDA] Remove unnecessary default label
This commit is contained in:
parent
ba1e04b966
commit
696bca9bb2
|
@ -1088,10 +1088,6 @@ public:
|
|||
|
||||
return memcpyDtoD(SrcPtr, DstPtr, Size, Stream);
|
||||
}
|
||||
default:
|
||||
REPORT("Unknown PeerAccessState %d.\n",
|
||||
int(PeerAccessMatrix[SrcDevId][DstDevId]));
|
||||
return OFFLOAD_FAIL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue