Remove unused variable.

This commit is contained in:
Michael Drake 2014-05-20 17:54:50 +01:00
parent 751cf4f09f
commit 49e9a30b30

View File

@ -74,7 +74,6 @@ void init_os_info(void)
int tos_getcookie(long tag, long * value)
{
COOKIE * cptr;
long oldsp;
if( atari_sysinfo.gemdos_version > TOS4VER ){
return( Getcookie(tag, value) );