From 06d6f3bb15f4c1dc56943304696ac83b36413907 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 8 Aug 2010 23:57:43 -0800 Subject: refactor: shader.cc free of extern declarations [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7176] --- libcuda/cuda_runtime_api.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcuda') diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index b6e99ca..55432b4 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -888,8 +888,6 @@ __host__ cudaError_t CUDARTAPI cudaStreamQuery(cudaStream_t stream) * * *******************************************************************************/ -extern signed long long gpu_tot_sim_cycle; - struct timer_event { int m_uid; -- cgit v1.3