From bfd493e03d52def57152bc9195c88eef8d0a2580 Mon Sep 17 00:00:00 2001 From: Mengchi Zhang Date: Thu, 11 Jul 2019 10:45:22 -0400 Subject: Remove standalone extern no_of_ptx Signed-off-by: Mengchi Zhang --- src/cuda-sim/ptx_loader.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cuda-sim') diff --git a/src/cuda-sim/ptx_loader.h b/src/cuda-sim/ptx_loader.h index 5a468da..d8f1cbc 100644 --- a/src/cuda-sim/ptx_loader.h +++ b/src/cuda-sim/ptx_loader.h @@ -49,6 +49,4 @@ class ptxinfo_data{ char* gpgpu_ptx_sim_convert_ptx_and_sass_to_ptxplus(const std::string ptx_str, const std::string sass_str, const std::string elf_str); }; -extern int no_of_ptx; //counter to track number of ptx files to be extracted in an application. - #endif -- cgit v1.3