]> sourceware.org Git - libabigail.git/commit
Remove unused is_reference_or_pointer_diff.
authorGiuliano Procida <gprocida@google.com>
Thu, 9 Jul 2020 13:14:28 +0000 (14:14 +0100)
committerDodji Seketeli <dodji@redhat.com>
Mon, 27 Jul 2020 13:26:04 +0000 (15:26 +0200)
commit3b93574beb071ed7354d8db04754c3f8f752fec7
tree16dc4fcb51ed0951c5b3099b36f21bf68ed2e206
parent12baf89751446e4a11ea6ed2782666aecdb450cc
Remove unused is_reference_or_pointer_diff.

The function is_reference_or_pointer_diff was added in commit

85929105 Fix redundancy marking for change of types used directly

and was updated to peel typedefs as a first step in

ef9d20c9 Fix redundancy detection through fn ptr and typedef paths

which, however, also made it obsolete.

This commit removes the function's declaration and definition.
There are no functional changes.

* include/abg-comparison.h (is_reference_or_pointer_diff):
Drop function declaration.
* src/abg-comparison.cc (is_reference_or_pointer_diff): Drop
function definition.

Signed-off-by: Giuliano Procida <gprocida@google.com>
include/abg-comparison.h
src/abg-comparison.cc
This page took 0.036494 seconds and 5 git commands to generate.