[loco] Delete deprecated Pad.h (#7466)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Mon, 16 Sep 2019 22:01:08 +0000 (07:01 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 16 Sep 2019 22:01:08 +0000 (07:01 +0900)
This commit deletes deprecated Pad.h.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
compiler/loco/include/loco/IR/Pad.h [deleted file]

diff --git a/compiler/loco/include/loco/IR/Pad.h b/compiler/loco/include/loco/IR/Pad.h
deleted file mode 100644 (file)
index 9683946..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __LOCO_IR_PAD_H__
-#define __LOCO_IR_PAD_H__
-
-#include "Padding2D.h"
-
-#endif // __LOCO_IR_PAD_H__