abg-comparison.cc: Remove stray function declaration.
Commit Message
There was a stray file-scoped declaration of show_relative_offset_changes. This
function is now a member of diff_context.
* src/abg-comparison.cc (show_relative_offset_changes): Remove
this stray function declaration.
Signed-off-by: Giuliano Procida <gprocida@google.com>
---
src/abg-comparison.cc | 3 ---
1 file changed, 3 deletions(-)
Comments
Hello Giuliano,
Giuliano Procida <gprocida@google.com> a ?crit:
> There was a stray file-scoped declaration of show_relative_offset_changes. This
> function is now a member of diff_context.
>
> * src/abg-comparison.cc (show_relative_offset_changes): Remove
> this stray function declaration.
This is obviously good and has been applied to master.
Thanks!
Cheers,
@@ -1602,9 +1602,6 @@ bool
diff_context::show_relative_offset_changes(void)
{return priv_->show_relative_offset_changes_;}
- bool
- show_relative_offset_changes(void);
-
/// Set a flag saying if the comparison module should only show the
/// diff stats.
///