[coco] Remove ObjectInfo.forward.h (#1791)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 10 Oct 2018 02:11:33 +0000 (11:11 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 10 Oct 2018 02:11:33 +0000 (11:11 +0900)
ObjectInfo.h no longer exists, but ObjectInfo.forward.h is still in the
code tree.

This commit removes ObjectInfo.forward.h itself along with all of its
references.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Def.h
contrib/coco/core/include/coco/IR/InstrManager.h
contrib/coco/core/include/coco/IR/Object.h
contrib/coco/core/include/coco/IR/ObjectInfo.forward.h [deleted file]
contrib/coco/core/include/coco/IR/OpManager.h
contrib/coco/core/include/coco/IR/Use.h

index d1c7af1..804b866 100644 (file)
@@ -18,7 +18,6 @@
 #define __COCO_IR_DEF_H__
 
 #include "coco/IR/Object.h"
-#include "coco/IR/ObjectInfo.forward.h"
 
 #include "coco/ADT/PtrLink.h"
 
index f006faa..643e542 100644 (file)
@@ -28,7 +28,6 @@
 #include "coco/IR/Bag.h"
 
 #include "coco/IR/Object.forward.h"
-#include "coco/IR/ObjectInfo.forward.h"
 
 #include "coco/IR/EntityBuilder.h"
 
index dc47cf2..974c806 100644 (file)
@@ -20,7 +20,6 @@
 #include "coco/IR/Entity.h"
 #include "coco/IR/Bag.h"
 #include "coco/IR/Dep.h"
-#include "coco/IR/ObjectInfo.forward.h"
 #include "coco/IR/Def.forward.h"
 #include "coco/IR/UseSet.h"
 
diff --git a/contrib/coco/core/include/coco/IR/ObjectInfo.forward.h b/contrib/coco/core/include/coco/IR/ObjectInfo.forward.h
deleted file mode 100644 (file)
index aaea8b0..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (c) 2018 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 __COCO_IR_OBJECT_INFO_FORWARD_H__
-#define __COCO_IR_OBJECT_INFO_FORWARD_H__
-
-namespace coco
-{
-
-class ObjectInfo;
-
-} // namespace coco
-
-#endif // __COCO_IR_OBJECT_INFO_FORWARD_H__
index 724221f..56f4a71 100644 (file)
@@ -27,7 +27,6 @@
 #include "coco/IR/Instr.forward.h"
 
 #include "coco/IR/Object.forward.h"
-#include "coco/IR/ObjectInfo.forward.h"
 
 #include "coco/IR/EntityBuilder.h"
 
index b837b89..16ce0fd 100644 (file)
@@ -18,7 +18,6 @@
 #define __COCO_IR_USE_H__
 
 #include "coco/IR/Object.h"
-#include "coco/IR/ObjectInfo.forward.h"
 
 #include "coco/ADT/PtrLink.h"