Fix libcds nifty counter typo

Thanks @PhysSong

Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com>
This commit is contained in:
Lukas W
2020-05-11 14:55:29 +02:00
committed by GitHub
parent 62606b64fe
commit 1cd8b7a895

View File

@@ -17,6 +17,5 @@ namespace _cdslib
void thread_deinit();
static NiftyCounter<init, deinit> _counter;
static NiftyCounterTL<thread_init, thread_init> _thread_counter;
static NiftyCounterTL<thread_init, thread_deinit> _thread_counter;
}