Found when running Valgrind.
This removes two unnecessary assignments when using AttrBuilder::removeAttribute.
AttrBuilder::removeAttribute returns a reference to the object. As the LHSes were the same as the callees, the assignments resulted in memcpy calls where dst = src.