From cf5a816a464cd38050152c6189e9ae400f888d5c Mon Sep 17 00:00:00 2001 From: Yunchih Chen <yunchih.cat@gmail.com> Date: Fri, 1 Dec 2017 11:24:05 +0800 Subject: Minor fix --- commit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commit.c') diff --git a/commit.c b/commit.c index 3be2964..0db4163 100644 --- a/commit.c +++ b/commit.c @@ -4,7 +4,6 @@ extern char *storage_dir; extern char *storage_prefix; -const uint32_t write_blk_size = 8196; void nfl_commit_init() { -- cgit