We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2873fea commit 034921bCopy full SHA for 034921b
1 file changed
onnx/common/common.h
@@ -3,10 +3,4 @@
3
4
#pragma once
5
6
-namespace ONNX_NAMESPACE {
7
-#ifdef _WIN32
8
-#define ONNX_UNUSED_PARAMETER(x) (x)
9
-#else
10
#define ONNX_UNUSED_PARAMETER(x) (void)(x)
11
-#endif
12
-} // namespace ONNX_NAMESPACE
0 commit comments