Skip to content

Commit 18f867d

Browse files
committed
Remove redundant header guards
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 66713b1 commit 18f867d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/plugins/impl/normalize_plugin.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// #ifndef TRTORCH_NORMALIZE_PLUGIN_H
2-
// #define TRTORCH_NORMALIZE_PLUGIN_H
31
#pragma once
42

53
#include <ATen/ATen.h>
@@ -133,5 +131,3 @@ class NormalizePluginCreator : public nvinfer1::IPluginCreator {
133131
} // namespace plugins
134132
} // namespace core
135133
} // namespace trtorch
136-
137-
// #endif // TRTORCH_NORMALIZE_PLUGIN_H

0 commit comments

Comments
 (0)