Skip to content

Commit

Permalink
sch2pcb: Simplify an expression.
Browse files Browse the repository at this point in the history
  • Loading branch information
vzh committed Oct 4, 2023
1 parent c516bc6 commit 284e047
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/sch2pcb/lepton-sch2pcb.scm
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,7 @@
(pcb_element_free *element)
;; If pcb element exists, and its 'still_exists' is false,
;; and we don't want to preserve it, then let's skip it.
(if delete-element?
#t
(or delete-element?
skip-line?)))

(define (process-line line skip-line? paren-level)
Expand Down

0 comments on commit 284e047

Please sign in to comment.