From a9e8f5fed9d1f9648a564c7634801adf0cf63e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20P=C3=B6che?= Date: Mon, 23 Aug 2021 21:21:00 +0200 Subject: [PATCH] remove unnecessary macros BiRel_Back and BiRel_Back_Neighbor --- C4.puml | 8 -------- percy/TestRelations.puml | 8 ++------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/C4.puml b/C4.puml index c153074..bd694ba 100644 --- a/C4.puml +++ b/C4.puml @@ -850,10 +850,6 @@ $getRel("<<-->>", $from, $to, $label, $techn, $descr, $sprite, $tags, $link) $getRel("<<--", $from, $to, $label, $techn, $descr, $sprite, $tags, $link) !endprocedure -!unquoted procedure BiRel_Back($from, $to, $label, $techn="", $descr="", $sprite="", $tags="", $link="") -$getRel("<<-->>", $from, $to, $label, $techn, $descr, $sprite, $tags, $link) -!endprocedure - !unquoted procedure Rel_Neighbor($from, $to, $label, $techn="", $descr="", $sprite="", $tags="", $link="") $getRel("->>", $from, $to, $label, $techn, $descr, $sprite, $tags, $link) !endprocedure @@ -866,10 +862,6 @@ $getRel("<<->>", $from, $to, $label, $techn, $descr, $sprite, $tags, $link) $getRel("<<-", $from, $to, $label, $techn, $descr, $sprite, $tags, $link) !endprocedure -!unquoted procedure BiRel_Back_Neighbor($from, $to, $label, $techn="", $descr="", $sprite="", $tags="", $link="") -$getRel("<<->>", $from, $to, $label, $techn, $descr, $sprite, $tags, $link) -!endprocedure - !unquoted procedure Rel_D($from, $to, $label, $techn="", $descr="", $sprite="", $tags="", $link="") $getRel("-DOWN->>", $from, $to, $label, $techn, $descr, $sprite, $tags, $link) !endprocedure diff --git a/percy/TestRelations.puml b/percy/TestRelations.puml index 1bd1a1a..6fa6082 100644 --- a/percy/TestRelations.puml +++ b/percy/TestRelations.puml @@ -29,12 +29,8 @@ Rel_Back_Neighbor(RelFrom, "To_Rel_Back_Neighbor_Tech", "A label", "A techn") BiRel(BiRelFrom, "To_BiRel", "A label") BiRel(BiRelFrom, "To_BiRel_Tech", "A label", "A techn") -BiRel_Back(RelFrom, "To_Rel_Back", "A label") -BiRel_Back(RelFrom, "To_Rel_Back_Tech", "A label", "A techn") -BiRel_Neighbor(RelFrom, "To_Rel_Neighbor", "A label") -BiRel_Neighbor(RelFrom, "To_Rel_Neighbor_Tech", "A label", "A techn") -BiRel_Back_Neighbor(RelFrom, "To_Rel_Back_Neighbor", "A label") -BiRel_Back_Neighbor(RelFrom, "To_Rel_Back_Neighbor_Tech", "A label", "A techn") +BiRel_Neighbor(BiRelFrom, "To_BiRel_Neighbor", "A label") +BiRel_Neighbor(BiRelFrom, "To_BiRel_Neighbor_Tech", "A label", "A techn") Rel_D(RelShort, "To_Rel_D", "A label") Rel_D(RelShort, "To_Rel_D_Tech", "A label", "A techn")