From b18ea204c2cd88a5fad8989f4597cfa3a8152ca1 Mon Sep 17 00:00:00 2001 From: David Shah Date: Thu, 15 Oct 2020 09:36:15 +0100 Subject: Remove wire alias API It has not actually been implemented in any router for over 2.5 years and causes nothing more than confusion. It can always be added back if it forms part of a future solution; possibly as part of a more general database structure rethink. Signed-off-by: David Shah --- common/arch_pybindings_shared.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common') diff --git a/common/arch_pybindings_shared.h b/common/arch_pybindings_shared.h index 7b0fa501..3f7efcc1 100644 --- a/common/arch_pybindings_shared.h +++ b/common/arch_pybindings_shared.h @@ -95,8 +95,6 @@ fn_wrapper_1a>::def_wrap(ctx_cls, "getPipsDownhill"); fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "getPipsUphill"); -fn_wrapper_1a, - conv_from_str>::def_wrap(ctx_cls, "getWireAliases"); fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "getPipSrcWire"); -- cgit v1.2.3