Remove ByteBuddyUtils.{ifEq,markLabel} 27/97227/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Aug 2021 18:20:29 +0000 (20:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Aug 2021 18:25:58 +0000 (20:25 +0200)
commitf493add9abb95d163f88463a8f486d411fd8ced4
tree1b420dbe3a6e8b72fa18cd9de33f018afbbf1157
parent43d337121a1abcff3d3f853579835211fa542a09
Remove ByteBuddyUtils.{ifEq,markLabel}

Ever since we have moved DataObject.equals() implementations to
generated interfaces this code is no longer used. Remove it to reduce
overall footprint.

Since these are the only methods which require frame informantion, also
ditch the code to mark COMPUTE_FRAMES, providing even more
simplification.

Change-Id: I32f1868e3d82193702835938f54663fb2052ae71
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/ByteBuddyUtils.java
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/CodecDataObjectGenerator.java