[coco] Remove unused Instr::dispose interface (#1957)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 24 Oct 2018 01:50:28 +0000 (10:50 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 24 Oct 2018 01:50:28 +0000 (10:50 +0900)
commitd7c3c68c632f5ceaac16b21abece8383d0056db0
tree81b6151f249237c5228c16562a07908e2405c939
parent68fb1949bc5519849915f675e157f04d1c4cf77c
[coco] Remove unused Instr::dispose interface (#1957)

This interface was introduced as a mean to support safe resource
release, but is no longer used as helper classes such as "Read" allows
us to support safe reousrce release without this interface.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Instr.h
contrib/coco/core/include/coco/IR/InstrManager.h
contrib/coco/core/src/IR/InstrManager.cpp