StmtContextUtils.parseNodeIdentifier() is augmentation-agnostic 46/93946/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 27 Nov 2020 03:15:12 +0000 (04:15 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 27 Nov 2020 03:35:35 +0000 (04:35 +0100)
commite94c090e81784eab2c3dd996a4a1a7c381721339
tree60341839ca2bdaac863832af5793308b498c8e12
parentf504e27fcbdc892f55a241b6ea584b6de38baf40
StmtContextUtils.parseNodeIdentifier() is augmentation-agnostic

This special-casing code for augmentation history was used when we
did not have BaseQNameStatementSupport.adaptArgumentValue() and used
the parser in context which are not adapted.

Since we have no callers actually hitting this special case, we can
remove it.

Change-Id: Ieaca3ec844fa8e4bc7b28db6732d94d7120e0fdd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/meta/StmtContextUtils.java