Skip to content

Commit 696bca9

Browse files
committed
[NFC][OpenMP][CUDA] Remove unnecessary default label
1 parent ba1e04b commit 696bca9

File tree

1 file changed

+0
-4
lines changed
  • openmp/libomptarget/plugins/cuda/src

1 file changed

+0
-4
lines changed

openmp/libomptarget/plugins/cuda/src/rtl.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,10 +1088,6 @@ class DeviceRTLTy {
10881088

10891089
return memcpyDtoD(SrcPtr, DstPtr, Size, Stream);
10901090
}
1091-
default:
1092-
REPORT("Unknown PeerAccessState %d.\n",
1093-
int(PeerAccessMatrix[SrcDevId][DstDevId]));
1094-
return OFFLOAD_FAIL;
10951091
}
10961092
}
10971093

0 commit comments

Comments
 (0)