Remove unused code from pretty printer.

This commit is contained in:
Erik Stenman 2019-03-13 15:03:46 +01:00
parent 51c420a3ef
commit 8f24a5aa8a

View File

@ -414,8 +414,6 @@ gen_asm_pp(Module, Path, Ops) ->
io:format(File, "-module(~w).\n\n", [Module]), io:format(File, "-module(~w).\n\n", [Module]),
io:format(File, io:format(File,
"-export([format_op/2]).\n\n" "-export([format_op/2]).\n\n"
"format_arg(t, T) ->\n"
" io_lib:format(\"~~p \", [T]);\n"
"format_arg(li, {immediate, LI}) ->\n" "format_arg(li, {immediate, LI}) ->\n"
" aeb_fate_data:format(LI);\n" " aeb_fate_data:format(LI);\n"
"format_arg(_, {immediate, I}) ->\n" "format_arg(_, {immediate, I}) ->\n"