From 7d17dfdff2d71c17198e52bd89ccda6d7ccd8550 Mon Sep 17 00:00:00 2001
From: angloth <angus.lothian@hotmail.com>
Date: Sun, 24 May 2020 20:52:29 +0200
Subject: [PATCH] Remove duplicate _input_laps member

---
 b_asic/schema.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/b_asic/schema.py b/b_asic/schema.py
index 9c2a644f..be792732 100644
--- a/b_asic/schema.py
+++ b/b_asic/schema.py
@@ -23,7 +23,6 @@ class Schema:
     _resolution: int
     _max_end_op_id: GraphID
     _max_end_time: int
-    _input_laps: Dict[GraphID, List[int]]
     _non_schedulable_ops: Set[GraphID]
 
     def __init__(self, sfg: SFG, schedule_time: int = None, cyclic: bool = False, resolution: int = 1, scheduling_alg: str = "ASAP"):
-- 
GitLab