Merge pull request #199 from joshuawarner32/master

remove unused constants (fixes #198)
This commit is contained in:
Joel Dice 2014-03-14 10:06:30 -06:00
commit e43a1b92d4
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;