[coco] Remove dangling info method (#1679)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 1 Oct 2018 01:14:18 +0000 (10:14 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Oct 2018 01:14:18 +0000 (10:14 +0900)
Object::info has no implementation, and no code invokes this method.

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

index 6939a13..f000d96 100644 (file)
@@ -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;