unreachable code in jinja

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-16 17:41:23 -07:00
parent 239fbda10f
commit 9e4c434095
@@ -1586,8 +1586,6 @@ namespace {{ Component.attrib['Namespace'] }}
default:
return false;
}
AZ_Assert(0, "Got unhandled RpcType %d in {{ ComponentBaseName }}", static_cast<int32_t>(rpcType));
return false;
}
AZ_POP_DISABLE_WARNING