From: 채성우/On-Device Lab(SR)/Engineer/삼성전자 Date: Mon, 16 Sep 2019 22:01:08 +0000 (+0900) Subject: [loco] Delete deprecated Pad.h (#7466) X-Git-Tag: accepted/tizen/unified/20190918.102349~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8808d0dd07b15e53d76bdb8e39169d8a5ab09e59;p=platform%2Fcore%2Fml%2Fnnfw.git [loco] Delete deprecated Pad.h (#7466) This commit deletes deprecated Pad.h. Signed-off-by: seongwoo --- diff --git a/compiler/loco/include/loco/IR/Pad.h b/compiler/loco/include/loco/IR/Pad.h deleted file mode 100644 index 9683946..0000000 --- a/compiler/loco/include/loco/IR/Pad.h +++ /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__