diff --git a/main.cpp b/main.cpp index 97112e7..a9a8d09 100644 --- a/main.cpp +++ b/main.cpp @@ -36,11 +36,6 @@ void SaveSig(int s) int main(int argc, char **argv) { - - static_assert(bool(MAX_LOG_SIZE) == bool(PRE_LOG_SIZE), "You must either utilize both or neither logging variables.\n"); - static_assert(MAX_LOG_SIZE >= PRE_LOG_SIZE, "The maximum log size must be larger than or equal to the amount preallocated.\n"); - static_assert(!MAX_LOG_SIZE || !(MAX_LOG_SIZE % PRE_LOG_SIZE), "The maximum log size must be divisible by the preallocation size.\n"); - if (argc != 3) { std::cerr << "Usage: sudo ./bank \n";