From: uz Date: Sun, 5 Jun 2011 14:24:51 +0000 (+0000) Subject: Remove declarations for stuff that has never been there. X-Git-Tag: V2.13.3~428 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a562010465022cb62c6ae2dc8ff3e0a29c30826;p=cc65 Remove declarations for stuff that has never been there. git-svn-id: svn://svn.cc65.org/cc65/trunk@5032 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65/pseudo.h b/src/ca65/pseudo.h index 32e774b9d..ba2636825 100644 --- a/src/ca65/pseudo.h +++ b/src/ca65/pseudo.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 1998-2010, Ullrich von Bassewitz */ +/* (C) 1998-2011, Ullrich von Bassewitz */ /* Roemerstrasse 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ @@ -38,20 +38,6 @@ -/*****************************************************************************/ -/* Data */ -/*****************************************************************************/ - - - -/* Are we inside a .IF condition that has been evaluated to TRUE? */ -extern unsigned char IfCond; - -/* How many .IFs are currently open? */ -extern unsigned OpenIfs; - - - /*****************************************************************************/ /* Code */ /*****************************************************************************/