diff options
Diffstat (limited to 'src/abstract_hardware_model.cc')
| -rw-r--r-- | src/abstract_hardware_model.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/abstract_hardware_model.cc b/src/abstract_hardware_model.cc index b943a76..619b9b7 100644 --- a/src/abstract_hardware_model.cc +++ b/src/abstract_hardware_model.cc @@ -23,7 +23,3 @@ gpgpu_t::gpgpu_t() m_dev_malloc=GLOBAL_HEAP_START; } -void warp_inst_t::sort_accessq( unsigned qbegin ) -{ - std::stable_sort( m_accessq.begin()+qbegin,m_accessq.end()); -} |
