From: Christoph Egger Date: Mon, 12 Oct 2015 06:16:39 +0000 (+0200) Subject: Remove unused has* from InformationManager X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=217321b48c503edd5b35f35158ba68a04d81ecd3;hp=217321b48c503edd5b35f35158ba68a04d81ecd3 Remove unused has* from InformationManager The only used variant (hasFunction) is used by the disassembler to determine whether to fall back to unsafe heuristics for finding the entry. It is not really obvious why such a thing would ever come up for one of the other types. ---