From 008f3540dd072be2bfb13d6529562523bd33e901 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Jul 2019 12:32:51 -0700 Subject: [PATCH] Fix performance issue --- history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.h b/history.h index 5709ab6c..4457750e 100644 --- a/history.h +++ b/history.h @@ -7,7 +7,7 @@ #include "hashset.h" #include "threads-model.h" -typedef HashSet write_set_t; +typedef HashSet write_set_t; class ModelHistory { public: -- 2.34.1