summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cuda-sim/ptx_sim.h')
-rw-r--r--src/cuda-sim/ptx_sim.h4
1 files changed, 0 insertions, 4 deletions
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;