diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-05-15 09:19:40 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:30 -0700 |
| commit | e4125fe310b8c1b7c46ebebbebe65d51fd681992 (patch) | |
| tree | cdec03d2f165624afc7b3b85e32edcd531588ce6 /src/cuda-sim | |
| parent | db3926e28a265158bd5f1e59c927457529fd511c (diff) | |
Removing a couple of warnings
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12564]
Diffstat (limited to 'src/cuda-sim')
| -rw-r--r-- | src/cuda-sim/ptx_loader.cc | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
