diff options
author | Peter Johnson <peter@tortall.net> | 2010-01-03 02:47:28 +0000 |
---|---|---|
committer | Peter Johnson <peter@tortall.net> | 2010-01-03 02:47:28 +0000 |
commit | 8500270339639ab244f3b1a1f2072c86c30e2e88 (patch) | |
tree | e2a562fda15adedc9890718587e380f59c9005a6 /modules | |
parent | e8ff41cac1359b606071945245a6d0dc91e95edc (diff) | |
download | yasm-8500270339639ab244f3b1a1f2072c86c30e2e88.tar.gz |
bin-objfmt.c: Comment out unused function (kept in the code for debugging).
svn path=/trunk/yasm/; revision=2263
Diffstat (limited to 'modules')
-rw-r--r-- | modules/objfmts/bin/bin-objfmt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/objfmts/bin/bin-objfmt.c b/modules/objfmts/bin/bin-objfmt.c index c1be24ec..21d43dac 100644 --- a/modules/objfmts/bin/bin-objfmt.c +++ b/modules/objfmts/bin/bin-objfmt.c @@ -158,6 +158,8 @@ find_group_by_section(bin_groups *groups, yasm_section *section) return NULL; } +#if 0 +/* Debugging function */ static void print_groups(const bin_groups *groups, int indent_level) { @@ -172,6 +174,7 @@ print_groups(const bin_groups *groups, int indent_level) } } } +#endif static void bin_group_destroy(/*@only@*/ bin_group *group) |