diff options
Diffstat (limited to 'gcc/gcov-tool.c')
-rw-r--r-- | gcc/gcov-tool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gcov-tool.c b/gcc/gcov-tool.c index 15fd710..88539f9 100644 --- a/gcc/gcov-tool.c +++ b/gcc/gcov-tool.c @@ -423,7 +423,6 @@ print_overlap_usage_message (int error_p) fnotice (file, " -o, --object Print object level info\n"); fnotice (file, " -t <float>, --hot_threshold <float> Set the threshold for hotness\n"); fnotice (file, " -v, --verbose Verbose mode\n"); - } static const struct option overlap_options[] = |