From 88fcb4e649cf4de32be8f9d15cb2b9e593d4b993 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Fri, 17 Aug 2012 15:01:35 -0800 Subject: Fixing build fail on Jenkins [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13794] --- libcuda/cuda_runtime_api.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libcuda/cuda_runtime_api.cc') diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index a986f3e..9eee56a 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -1612,12 +1612,6 @@ void __cudaUnregisterFatBinary(void **fatCubinHandle) ; } -cudaError_t cudaGetExportTable( - const void **ppExportTable, - const cudaUUID_t *pExportTableId) { - return g_last_cudaError = cudaSuccess; -} - cudaError_t cudaDeviceReset ( void ) { // Should reset the simulated GPU return g_last_cudaError = cudaSuccess; -- cgit v1.3