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:
parent
99a225d97e
commit
f953ee5f1b
@ -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);
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user