summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/shader.cc')
-rw-r--r--src/gpgpu-sim/shader.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc
index 1bc0064..9f9a8a3 100644
--- a/src/gpgpu-sim/shader.cc
+++ b/src/gpgpu-sim/shader.cc
@@ -1066,8 +1066,6 @@ unsigned ldst_unit::clock_multiplier() const
return m_config->mem_warp_parts;
}
-/* Seems to be not used by anything
- * */
void ldst_unit::issue( register_set &reg_set )
{
warp_inst_t* inst = *(reg_set.get_ready());