From e4125fe310b8c1b7c46ebebbebe65d51fd681992 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Tue, 15 May 2012 09:19:40 -0800 Subject: Removing a couple of warnings [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12564] --- src/cuda-sim/ptx_loader.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cuda-sim') diff --git a/src/cuda-sim/ptx_loader.cc b/src/cuda-sim/ptx_loader.cc index d405288..690d6ee 100644 --- a/src/cuda-sim/ptx_loader.cc +++ b/src/cuda-sim/ptx_loader.cc @@ -107,10 +107,6 @@ char* gpgpu_ptx_sim_convert_ptx_and_sass_to_ptxplus(const char *ptxfilename, con int fd4=mkstemp(fname_ptxplus); close(fd4); - // Extract cubin to a file - char fname_decuda[1024]; - char fname_cubin[1024]; - // Run cuobjdump_to_ptxplus char commandline[1024]; int result; -- cgit v1.3