Skip to content

Commit fe11f94

Browse files
committed
fix bug
1 parent d761e2f commit fe11f94

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

libCacheSim/bin/traceAnalyzer/cli_parser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ static struct argp_option options[] = {
115115
{"output", OPTION_OUTPUT_PATH, "", NULL, "Output path", 8},
116116
{"verbose", OPTION_VERBOSE, NULL, OPTION_ARG_OPTIONAL,
117117
"Produce verbose output", 8},
118-
119118
{0}};
120119

121120
/*

libCacheSim/cache/eviction/GLCache/GLCache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ cache_t *GLCache_init(const common_cache_params_t ccache_params,
188188
cache->to_evict = NULL;
189189
cache->evict = GLCache_evict;
190190
cache->remove = GLCache_remove;
191-
cache->init_params = cache_specific_params;
192191

193192
INFO(
194193
"%s, %.0lfMB, segment_size %d, training_interval %d, source %d, "

0 commit comments

Comments
 (0)