[coco] Remove deprecated Shuffle::at (#1375)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 6 Sep 2018 04:38:49 +0000 (13:38 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 6 Sep 2018 04:38:49 +0000 (13:38 +0900)
This commit removes deprecated Shuffle::at method.

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

index 1973d27..00908c0 100644 (file)
@@ -47,8 +47,6 @@ public:
 
 public:
   const ElemID &at(uint32_t n) const { return _content.at(n); }
-  // NOTE This method is deprecated. Pleaes do NOT use this anymore
-  ElemID &at(uint32_t n) { return _content.at(n); }
 
 public:
   void insert(const ElemID &from, const ElemID &into);