abg-comparison.cc: Remove stray function declaration.
authorGiuliano Procida <gprocida@google.com>
Tue, 10 Mar 2020 14:45:06 +0000 (14:45 +0000)
committerDodji Seketeli <dodji@redhat.com>
Wed, 11 Mar 2020 08:18:59 +0000 (09:18 +0100)
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

index ef753e6d9a8e559bff1e8c20a3d991e525d7654d..b99cfa7d063d75c0ff09b77329549883472e3c9f 100644 (file)
@@ -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.
 ///