mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-action/koth: remove unused patch
This commit is contained in:
committed by
David Seifert
parent
3aee679411
commit
2fa45fa7eb
@@ -1,29 +0,0 @@
|
||||
--- relay.c.old 2004-11-01 09:19:04.835537536 +0000
|
||||
+++ relay.c 2004-11-01 09:19:59.453234384 +0000
|
||||
@@ -260,6 +260,7 @@
|
||||
else goto bail;
|
||||
goto nextpkt;
|
||||
bail:
|
||||
+ ;
|
||||
}
|
||||
}
|
||||
}
|
||||
--- ballistics.c.old 2004-11-01 09:19:33.132235784 +0000
|
||||
+++ ballistics.c 2004-11-01 09:20:16.849589736 +0000
|
||||
@@ -92,6 +92,7 @@
|
||||
break;
|
||||
case WALL_LAST:
|
||||
/* just to satisfy gcc -Wall */
|
||||
+ ;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -210,7 +211,7 @@
|
||||
break;
|
||||
case WALL_RANDOM: /* both of this can't happen, */
|
||||
case WALL_LAST: /* so they are here to satisfy gcc -Wall */
|
||||
-
|
||||
+ ;
|
||||
}
|
||||
}
|
||||
return FLYING;
|
||||
Reference in New Issue
Block a user