Removed inaccurate comment

This commit is contained in:
Khairul Kasmiran 2018-02-04 11:40:15 +08:00
parent 1bc3a5a34a
commit 2851212ef6

View File

@ -250,7 +250,6 @@ R_API bool r_core_bin_strpurge(RCore *core, const char *str, ut64 refaddr) {
static bool string_filter(RCore *core, const char *str, ut64 addr) {
int i;
/* pointer/rawdata detection */
if (r_core_bin_strpurge (core, str, addr)) {
return false;
}