]> sourceware.org Git - libabigail.git/commit
reader: Canonicalizing a type once is enough
authorDodji Seketeli <dodji@redhat.com>
Mon, 7 Jun 2021 12:33:53 +0000 (14:33 +0200)
committerDodji Seketeli <dodji@redhat.com>
Wed, 9 Jun 2021 16:42:24 +0000 (18:42 +0200)
commited87d0a29b97ca991db398ceafaa6012e28db6c8
tree07848eadd217fd16ea0b7ae0fbae8b9adce49ec8
parentf7ad3366fba57fbde45bbd1048d76fe10a2beab1
reader: Canonicalizing a type once is enough

While looking at something else, I noticed that the abixml reader was
trying to canonicalize each type twice.  Once should be enough.

* src/abg-reader.cc (build_type): Don't try to canonicalize the
type here because all the sub-routines of this function (which
actually build the type) already try to canonicalize it.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-reader.cc
This page took 0.034605 seconds and 5 git commands to generate.