[coco] Remove KernelObjectInfo (#1675)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 28 Sep 2018 10:01:28 +0000 (19:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 28 Sep 2018 10:01:28 +0000 (19:01 +0900)
commitce516890b2d15e32dd70a262c4319d08412a95f9
tree5e2c1cb58e0c81a6701ed5ca4f74c9b75db6cb60
parent124d3adee5a4f5c39472639a00827573035213e6
[coco] Remove KernelObjectInfo (#1675)

This commit removes KernelObjectInfo class. This class was introduced as
a mean to avoid the use of friend declaration, but this design is no
longer valid.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/KernelObject.h
contrib/coco/core/include/coco/IR/KernelObjectInfo.forward.h [deleted file]
contrib/coco/core/include/coco/IR/KernelObjectInfo.h [deleted file]
contrib/coco/core/src/IR/KernelObject.cpp
contrib/coco/core/src/IR/KernelObject.test.cpp
contrib/coco/core/src/IR/ObjectManager.cpp