[coco] Remove deprecated method (#2624)
author남궁석/동작제어Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Wed, 12 Dec 2018 07:49:30 +0000 (16:49 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 12 Dec 2018 07:49:30 +0000 (16:49 +0900)
This commit will remove deprecated method `Shuffle::at`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
contrib/coco/core/include/coco/IR/Instrs.h

index a303463..4d46b80 100644 (file)
@@ -155,7 +155,6 @@ public:
    *
    * NOTE at(n) may be undefined on partial shuffle
    */
-  const ElemID &at(uint32_t n) const { return at(ElemID{n}); } // WARN deprecated method
   const ElemID &at(const ElemID &dst) const { return _content.at(dst); }
 
 public: