X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=30444acf068da98a39fb711c623c9976ac7a6d08;hp=f39f6e4335af3ef80c3cc5be58951293bc740e0b;hb=217321b48c503edd5b35f35158ba68a04d81ecd3;hpb=66b8dcbe36a247620e2eebb1bcb29c3fc4c3bd51 diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index f39f6e4..30444ac 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -56,7 +56,6 @@ public: std::map::const_iterator endFunctions(); BasicBlock* getBasicBlock(uint64_t address); - bool hasBasicBlocks() const {return blocks.size() != 0;} std::map::const_iterator beginBasicBlocks(); std::map::const_iterator endBasicBlocks(); @@ -64,7 +63,6 @@ public: std::multimap::const_iterator, std::multimap::const_iterator> getComments(uint64_t address); - bool hasComments() const {return ! comments.empty();} std::multimap::const_iterator beginComments(); std::multimap::const_iterator endComments();