From e3e1348513efb9db4f92416c84ce82d95b9fcf86 Mon Sep 17 00:00:00 2001 From: Feng Wang Date: Sun, 8 Dec 2019 15:36:23 +0800 Subject: [PATCH] annotation --- source/Circuit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Circuit.cpp b/source/Circuit.cpp index 17e992a..f3a7f5e 100644 --- a/source/Circuit.cpp +++ b/source/Circuit.cpp @@ -123,8 +123,6 @@ void Circuit::read_blif() { graph[out_cell] = new Var(out_cell, false, false); } graph[out_cell]->gate = gate; - cout <