diff --git a/libr/core/pseudo.c b/libr/core/pseudo.c index 1988663f66abb..a7b212ce4d20b 100644 --- a/libr/core/pseudo.c +++ b/libr/core/pseudo.c @@ -518,6 +518,7 @@ R_API int r_core_pseudo_code(RCore *core, const char *input) { indent--; continue; } +#if 0 if (sdb_num_get (db, K_ELSE (bb->addr), 0)) { NEWLINE (addr, indent); if (!strcmp (blocktype, "else")) { @@ -526,6 +527,7 @@ R_API int r_core_pseudo_code(RCore *core, const char *input) { PRINTF (" // %s ();", blocktype); } } +#endif if (addr != bb->addr) { queuegoto = addr; // r_cons_printf ("\n%s goto loc_0x%"PFMT64x, indentstr, addr);