From 6ef41cd4671ebb8d79d3b8a2cdb33b518ec2e6cf Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 8 Aug 2010 07:20:16 -0800 Subject: refactoring: start moving prototypes into headers [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7164] --- src/cuda-sim/ptx_sim.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cuda-sim/ptx_sim.h') diff --git a/src/cuda-sim/ptx_sim.h b/src/cuda-sim/ptx_sim.h index c2bb533..12075c8 100644 --- a/src/cuda-sim/ptx_sim.h +++ b/src/cuda-sim/ptx_sim.h @@ -71,10 +71,6 @@ #include "../abstract_hardware_model.h" -struct dim3 { - unsigned int x, y, z; -}; - struct gpgpu_ptx_sim_arg { const void *m_start; size_t m_nbytes; -- cgit v1.3