Skip to content

Commit 89e613c

Browse files
authored
Merge pull request #78 from trws/remove_break
remove spurious break
2 parents db41e04 + 2f95d13 commit 89e613c

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)