From d3b9d526ecbf5e0bdaa91d21526cb56a2e98b534 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sat, 2 Oct 2010 14:54:02 -0800 Subject: refactoring: make shd_cache_t into a class (cache_t), plus some other cleaning up [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7806] --- src/gpgpu-sim/dram.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gpgpu-sim/dram.h') diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index 68b2474..ee7f7a7 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -128,7 +128,6 @@ public: void set_stats( class memory_stats_t *stats ) {m_stats=stats;} int full(); - class mem_fetch* top(); void print( FILE* simFile ) const; void visualize() const; void print_stat( FILE* simFile ); -- cgit v1.3