From patchwork Tue Mar 10 14:45:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giuliano Procida X-Patchwork-Id: 39021 From: gprocida@google.com (Giuliano Procida) Date: Tue, 10 Mar 2020 14:45:06 +0000 Subject: [PATCH] abg-comparison.cc: Remove stray function declaration. Message-ID: <20200310144506.221042-1-gprocida@google.com> 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 --- 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. ///