summaryrefslogtreecommitdiff
path: root/src/cuda-sim
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2012-03-01 17:49:07 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:04 -0700
commit9c44e9d41b73e37f0d02952509dfbbdcf8538465 (patch)
tree6156dda2862c15744f9addb0bd448d0990a1e096 /src/cuda-sim
parent73868033eb3ae439595606a9626427303d5bb0e2 (diff)
removing unused function
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11571]
Diffstat (limited to 'src/cuda-sim')
-rw-r--r--src/cuda-sim/ptx_sim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_sim.h b/src/cuda-sim/ptx_sim.h
index 9d542ea..929ed98 100644
--- a/src/cuda-sim/ptx_sim.h
+++ b/src/cuda-sim/ptx_sim.h
@@ -125,7 +125,6 @@ public:
void add_thread( ptx_thread_info *thd );
unsigned num_threads() const;
void check_cta_thread_status_and_reset();
- void assert_barrier_empty( bool called_from_delete_threads = false ) const;
void register_thread_exit( ptx_thread_info *thd );
void register_deleted_thread( ptx_thread_info *thd );
unsigned get_sm_idx() const;