mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Merge pull request #199 from joshuawarner32/master
remove unused constants (fixes #198)
This commit is contained in:
commit
e43a1b92d4
@ -56,9 +56,6 @@ const bool DebugNatives = false;
|
||||
const bool DebugCallTable = false;
|
||||
const bool DebugMethodTree = false;
|
||||
const bool DebugFrameMaps = false;
|
||||
#ifndef NDEBUG
|
||||
const bool DebugIntrinsics = false;
|
||||
#endif
|
||||
|
||||
const bool CheckArrayBounds = true;
|
||||
|
||||
|
@ -78,7 +78,6 @@ class MutexResource {
|
||||
pthread_mutex_t* m;
|
||||
};
|
||||
|
||||
const int InvalidSignal = -1;
|
||||
const int VisitSignal = SIGUSR1;
|
||||
const unsigned VisitSignalIndex = 0;
|
||||
const int InterruptSignal = SIGUSR2;
|
||||
|
Loading…
Reference in New Issue
Block a user