core/cmd_anal: show help on afv? and afa? even when not in a fcn

This commit is contained in:
Riccardo Schirone 2015-11-27 11:47:24 +01:00
parent 8878a357a1
commit ac3f94217a

View File

@ -66,10 +66,6 @@ static int var_cmd(RCore *core, const char *str) {
ostr = p = strdup (str);
str = (const char *)ostr;
if (!fcn) {
free (ostr);
return false;
}
switch (type) {
case 'V': // show vars in human readable format