From 1cd8b7a895d77af313d8deec8765f234df8e6aed Mon Sep 17 00:00:00 2001 From: Lukas W Date: Mon, 11 May 2020 14:55:29 +0200 Subject: [PATCH] Fix libcds nifty counter typo Thanks @PhysSong Co-authored-by: Hyunjin Song --- include/libcds.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/libcds.h b/include/libcds.h index 7acbabea7..7d4af9084 100644 --- a/include/libcds.h +++ b/include/libcds.h @@ -17,6 +17,5 @@ namespace _cdslib void thread_deinit(); static NiftyCounter _counter; - static NiftyCounterTL _thread_counter; + static NiftyCounterTL _thread_counter; } -