From 67a3d02c82aa6a7c1f37314a71de0663a38dae3b Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Tue, 6 Jul 2021 19:04:57 -0700 Subject: [PATCH] :fire: cleaning pre_log changes --- main.cpp | 5 ----- 1 file changed, 5 deletions(-) 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";