public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] abg-comparison.cc: Remove stray function declaration.
@ 2020-03-10 14:45 Giuliano Procida
  2020-03-11  8:45 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Giuliano Procida @ 2020-03-10 14:45 UTC (permalink / raw)
  To: libabigail; +Cc: dodji, kernel-team, gprocida

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] abg-comparison.cc: Remove stray function declaration.
  2020-03-10 14:45 [PATCH] abg-comparison.cc: Remove stray function declaration Giuliano Procida
@ 2020-03-11  8:45 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2020-03-11  8:45 UTC (permalink / raw)
  To: Giuliano Procida; +Cc: libabigail, kernel-team

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,

-- 
		Dodji

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-11  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 14:45 [PATCH] abg-comparison.cc: Remove stray function declaration Giuliano Procida
2020-03-11  8:45 ` Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).