From b222e4fd078163868982f670c5d26452ab7710de Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Thu, 12 Jan 2023 14:08:44 -0800 Subject: [PATCH] Remove unused file --- eeschema/CMakeLists.txt | 1 - eeschema/cmp_library_lexer.cpp | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 eeschema/cmp_library_lexer.cpp diff --git a/eeschema/CMakeLists.txt b/eeschema/CMakeLists.txt index 917e28003d..8a7cdb37c3 100644 --- a/eeschema/CMakeLists.txt +++ b/eeschema/CMakeLists.txt @@ -187,7 +187,6 @@ set( EESCHEMA_SRCS autoplace_fields.cpp bom_plugins.cpp bus-wire-junction.cpp - cmp_library_lexer.cpp connection_graph.cpp cross-probing.cpp ee_collectors.cpp diff --git a/eeschema/cmp_library_lexer.cpp b/eeschema/cmp_library_lexer.cpp deleted file mode 100644 index dc03808c85..0000000000 --- a/eeschema/cmp_library_lexer.cpp +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Do not delete this file. It will eventually become the new symbol - * library file DSN lexer which will replace the current library and library - * document file formats. - */ -#include