[PATCH] abg-comparison.cc: Remove stray function declaration.

Giuliano Procida gprocida@google.com
Tue Mar 10 14:45:06 GMT 2020


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(-)

diff --git a/src/abg-comparison.cc b/src/abg-comparison.cc
index 5371e843..45ba0c9b 100644
--- a/src/abg-comparison.cc
+++ b/src/abg-comparison.cc
@@ -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.
 ///
-- 
2.25.1.481.gfbce0eb801-goog



More information about the Libabigail mailing list