diff options
| author | Ahmed El-Shafiey <[email protected]> | 2012-10-08 08:33:41 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:21 -0700 |
| commit | 097487a3357946cdffcdcc1bfbb448af9023b469 (patch) | |
| tree | d38f6e6241ea8b096c379740dfc1c1b9a2447d16 /src/stream_manager.cc | |
| parent | a8e739445b9a2a9480709cb64626f172c516c23f (diff) | |
remove a warning for unused variable
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14317]
Diffstat (limited to 'src/stream_manager.cc')
| -rw-r--r-- | src/stream_manager.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream_manager.cc b/src/stream_manager.cc index 06fa13e..6d5737f 100644 --- a/src/stream_manager.cc +++ b/src/stream_manager.cc @@ -198,7 +198,6 @@ stream_manager::stream_manager( gpgpu_sim *gpu, bool cuda_launch_blocking ) void stream_manager::operation( bool * sim) { - bool active=false; pthread_mutex_lock(&m_lock); bool check=check_finished_kernel(); if(check) m_gpu->print_stats(); |
