diff --git a/others/lru_cache.cpp b/others/lru_cache.cpp index 199a24937..d0c30afb5 100644 --- a/others/lru_cache.cpp +++ b/others/lru_cache.cpp @@ -245,8 +245,6 @@ static void run_tests() { /** * @brief Main function - * @param argc commandline argument count (ignored) - * @param argv commandline array of arguments (ignored) * @returns 0 on exit */ int main() {