[coco] Remove UpdateHook (#1434)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Sep 2018 01:49:51 +0000 (10:49 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Sep 2018 01:49:51 +0000 (10:49 +0900)
commitbb9889c1539b66526e4a52b34c3f3e817e3647f2
tree18861e66f9023fedb5f15128773476e007bed78f
parent3274481ac5cb27fc6c0ef6001c028a14c561788a
[coco] Remove UpdateHook (#1434)

UpdateHook was introduced to isolate non-template implementation from
Update<T>.

Now, Update<T> is no longer based on template, and thus UpdateHook is no
longer necessary.

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