Compile fix for unused variable warning (no whatsnew)

This commit is contained in:
Scott Stone 2011-06-13 22:42:27 +00:00
parent ecf077682c
commit e3bfde1209

View File

@ -75,7 +75,7 @@ public:
static READ8_HANDLER( warpspeed_hardware_r )
{
warpspeed_state *state = space->machine().driver_data<warpspeed_state>();
// warpspeed_state *state = space->machine().driver_data<warpspeed_state>();
switch( offset )
{