From 0e4278717bda3c1b470031472668330a80b5b739 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 10 May 2023 16:27:16 -0700 Subject: [PATCH] Remove unused macro --- include/fmt/format.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index c925e13e..1e9bf6f8 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -84,12 +84,6 @@ # define FMT_GCC_VISIBILITY_HIDDEN #endif -#ifdef __NVCC__ -# define FMT_CUDA_VERSION (__CUDACC_VER_MAJOR__ * 100 + __CUDACC_VER_MINOR__) -#else -# define FMT_CUDA_VERSION 0 -#endif - #ifdef __has_builtin # define FMT_HAS_BUILTIN(x) __has_builtin(x) #else