1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-25 16:30:00 +00:00

Resolve warning: unreachable-code-break (remove break following return)

This commit is contained in:
Nick Briggs
2022-12-24 22:20:39 -08:00
parent 7b67b3f79f
commit 38761fbd93
8 changed files with 9 additions and 36 deletions

View File

@@ -87,8 +87,6 @@ void checkfor_storagefull(unsigned int npages) {
#endif
return; /*(NIL); */
break;
case SFS_SWITCHABLE:
if (npages == NIL) {
if (pagesleft <= 0) {