remove unused constants (fixes #198)

This commit is contained in:
Joshua Warner 2014-03-14 09:06:01 -06:00
parent 70b5ea6838
commit 7fa8c7ec20
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;