shithub: rott

Download patch

ref: 1d6288d1f2bf772da3bd3725accbab079f769a82
parent: f9e8bfaa7652b599de65e838366f9d3b31d5acb3
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 10:55:10 EDT 2018

Removing unused variables from w_wad.c

--- a/rott/w_wad.c
+++ b/rott/w_wad.c
@@ -174,8 +174,6 @@
 
 void W_CheckWADIntegrity ( void )
 {
-    int crc;
-
 // CRC disabled because it's not very useful these days
 
 #ifdef DOS