aboutsummaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 1394481..f67e8fd 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -446,8 +446,6 @@ typedef struct shader_core_ctx : public core_t
unsigned int n_registers; //registers available in the shader core
unsigned int n_cta; //Limit on number of concurrent CTAs in shader core
- //void *req_hist; //not used anywhere
-
mshr_shader_unit *mshr_unit;
} shader_core_ctx_t;