From a2d79448979288708bd51b87f2d86ba56db9d765 Mon Sep 17 00:00:00 2001 From: Kautenja Date: Sun, 16 Feb 2020 19:32:54 -0600 Subject: [PATCH] cleanup --- test/test_limit_order_book.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_limit_order_book.cpp b/test/test_limit_order_book.cpp index 0a39433..1ca49ae 100644 --- a/test/test_limit_order_book.cpp +++ b/test/test_limit_order_book.cpp @@ -269,8 +269,6 @@ SCENARIO("a limit order is submitted that crosses and fills") { } } -// limit market - // --------------------------------------------------------------------------- // MARK: cancel // ---------------------------------------------------------------------------