Remove undefined CFGFunction::print.

PiperOrigin-RevId: 205483944
This commit is contained in:
Jacques Pienaar 2018-07-20 18:40:04 -07:00 committed by jpienaar
parent 3d52f72e02
commit bd11eff2d6
1 changed files with 0 additions and 2 deletions

View File

@ -81,8 +81,6 @@ public:
return func->getKind() == Kind::CFGFunc;
}
void print(raw_ostream &os) const;
private:
BasicBlockListType blocks;
};