From 3d2daf7aadee5d68c4b9d30b234fb1e7a377dd90 Mon Sep 17 00:00:00 2001 From: Nitin Sharma <32377892+foo290@users.noreply.github.com> Date: Thu, 12 Aug 2021 23:50:14 +0530 Subject: [PATCH] Update others/lru_cache.cpp Co-authored-by: David Leal --- others/lru_cache.cpp | 2 -- 1 file changed, 2 deletions(-) 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() {