summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-04-29 10:20:45 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:06 -0700
commit47680ea59c580af95675d6970923d70e30bd8a77 (patch)
tree48c5ed3b165424e95ac8a919f9e0a94a58727c50
parenta5d6dc403827276723ac9cb9de9b0e0c8c3b9643 (diff)
Removing a wrong comment
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12203]
-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());