[coco] Remove ReadHook (#1433)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Sep 2018 01:34:54 +0000 (10:34 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Sep 2018 01:34:54 +0000 (10:34 +0900)
commit295e311f9e439fa30178183cfbc81a8cfc016aeb
treee541875fe8ef3acd491750ff51b7459db922eae8
parente9c2d1fc7dedf1f001c7a7efb8a37e918f918035
[coco] Remove ReadHook (#1433)

ReadHook was introduced to provide  common (non-template) implementation
over Read<T> classes.

This commit removes ReadHook and directly implements related operation
in Read as Read is no longer based on template.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Read.h
contrib/coco/core/include/coco/IR/ReadHook.h [deleted file]
contrib/coco/core/src/IR/Read.cpp [new file with mode: 0644]
contrib/coco/core/src/IR/ReadHook.cpp [deleted file]
contrib/coco/core/src/IR/ReadHook.test.cpp [deleted file]