]> sourceware.org Git - libabigail.git/commit
abg-ir.cc: Remove unused re_canonicalize function.
authorGiuliano Procida <gprocida@google.com>
Fri, 19 Jun 2020 16:39:23 +0000 (17:39 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 7 Jul 2020 14:26:47 +0000 (16:26 +0200)
commit401e3cded94d4fdc0690b58f67d7e1008e125fce
treec0cea2393d5c0eb315e33b76df66b892abc9a426
parent346e88dd76f72715e16cb3b423088268befbdd1e
abg-ir.cc: Remove unused re_canonicalize function.

The function re_canonicalize was added in commit:

  286cadf8 Bug 24430 - Fold away const for array types

but later rendered obsolete by commit:

  5d6af8d5 Delay canonicalization for array and qualified types

This commit removes the function and its associated declarations.

* include/abg-fwd.h (re_canonicalize): Remove declaration of
obsolete function.
* include/abg-ir.h (class {decl_base, type_base}): Remove
re_canonicalize friend declarations from these classes.
* src/abg-ir.cc (re_canonicalize): Remove obsolete function.

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