From: 박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 Date: Mon, 1 Oct 2018 01:14:18 +0000 (+0900) Subject: [coco] Remove dangling info method (#1679) X-Git-Tag: nncc_backup~1673 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c10cd389b4cc170b0591df71780c89488cd8a2cb;p=platform%2Fcore%2Fml%2Fnnfw.git [coco] Remove dangling info method (#1679) Object::info has no implementation, and no code invokes this method. Signed-off-by: Jonghyun Park --- diff --git a/contrib/coco/core/include/coco/IR/Object.h b/contrib/coco/core/include/coco/IR/Object.h index 6939a13..f000d96 100644 --- a/contrib/coco/core/include/coco/IR/Object.h +++ b/contrib/coco/core/include/coco/IR/Object.h @@ -73,9 +73,6 @@ public: virtual KernelObject *asKernel(void) { return nullptr; } virtual const KernelObject *asKernel(void) const { return nullptr; } -private: - ObjectInfo *info(void) const; - public: Def *def(void) const; const UseSet *uses(void) const;