Skip to content

Commit 2f95d13

Browse files
committed
remove spurious break
1 parent db41e04 commit 2f95d13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/camp/resource/cuda.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ namespace resources
233233
break;
234234
case MemoryAccess::Unknown:
235235
throw std::runtime_error("Unknown memory access type, cannot free");
236-
break;
237236
}
238237
}
239238
void memcpy(void *dst, const void *src, size_t size)

0 commit comments

Comments
 (0)