remove un-needed header file. (#7193)

Co-authored-by: Weixing Zhang <wezhan@microsoft.com>
This commit is contained in:
Weixing Zhang 2021-04-01 21:05:58 -07:00 committed by GitHub
parent 5a6d477625
commit 17f91ff410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,6 @@
// Public wrappers around internal ort interfaces (currently)
// In the future the internal implementations could derive from these to remove the need for the wrapper implementations
#ifdef USE_TENSORRT
#include <cuda_runtime.h>
#endif
#define PROVIDER_DISALLOW_ALL(TypeName) \
TypeName() = delete; \
TypeName(const TypeName&) = delete; \