8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Remove unused macros

This commit is contained in:
brodsom 2004-05-03 17:47:44 +00:00
parent 99a225d97e
commit f953ee5f1b
2 changed files with 2 additions and 14 deletions

View File

@ -55,8 +55,8 @@
using namespace Jrd;
#define JRD_FAILURE_SPACE 2048
#define JRD_FAILURE_UNKNOWN "<UNKNOWN>" /* Used when buffer fails */
//#define JRD_FAILURE_SPACE 2048
//#define JRD_FAILURE_UNKNOWN "<UNKNOWN>" /* Used when buffer fails */
static void internal_error(ISC_STATUS, int);

View File

@ -33,18 +33,6 @@
#include "../jrd/thd.h"
#ifdef UNIX
#define WORKDIR "/tmp/"
#endif
#ifdef WIN_NT
#define WORKDIR "/temp/"
#endif
#ifdef VMS
#define WORKDIR "SYS$SCRATCH:"
#endif
#define ALLROOM -1UL /* use all available space */
/* Defined the directory list structures. */