diff options
| author | Mengchi Zhang <[email protected]> | 2019-05-16 21:08:39 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-05-16 21:08:39 -0400 |
| commit | 10156f6728f10fdc33ca8796e9cc6ade306f06ec (patch) | |
| tree | 414ed9f66d32377b783c2a9a58d1778532859f9e /libcuda | |
| parent | 661e28a863404abd0c5d0bbce0eba34d1b24b179 (diff) | |
Remove unused extern
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuda_runtime_api.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index 11dcd5a..fc152c2 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -3261,7 +3261,6 @@ extern int ptx__scan_string(const char*); extern FILE *ptx_in; extern int ptxinfo_parse(); -extern int ptxinfo_debug; extern FILE *ptxinfo_in; /// static functions |
