mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
SIGURG is not used , cleanup commented code
This commit is contained in:
parent
54d714882c
commit
f6f7b62f64
@ -105,10 +105,6 @@ static int process_id;
|
||||
//#define SHMEM_DELTA (1 << 22)
|
||||
//#endif
|
||||
|
||||
//#ifndef SIGURG
|
||||
//#define SIGURG SIGINT
|
||||
//#endif
|
||||
|
||||
#endif // UNIX
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
|
@ -157,11 +157,6 @@ static void SOCLOSE(SOCKET& socket)
|
||||
}
|
||||
}
|
||||
|
||||
// Can't find were it's used.
|
||||
//#ifndef SIGURG
|
||||
//#define SIGURG SIGINT
|
||||
//#endif
|
||||
|
||||
#ifndef ENOBUFS
|
||||
#define ENOBUFS 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user