summaryrefslogtreecommitdiff
path: root/games/vkquake/files/patch-pr__edict.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/vkquake/files/patch-pr__edict.c')
-rw-r--r--games/vkquake/files/patch-pr__edict.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/vkquake/files/patch-pr__edict.c b/games/vkquake/files/patch-pr__edict.c
deleted file mode 100644
index bf5d29685b97..000000000000
--- a/games/vkquake/files/patch-pr__edict.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- pr_edict.c.orig 2025-04-24 00:38:02 UTC
-+++ pr_edict.c
-@@ -883,8 +883,8 @@ void ED_PrintEdicts (void)
- */
- void ED_PrintEdicts (void)
- {
-- int free_edicts_count = 0;
-- int free_list_count = 0;
-+ int free_edicts_count __attribute__((unused)) = 0;
-+ int free_list_count __attribute__((unused)) = 0;
-
- if (!sv.active)
- return;