From 0c1d5067c25c2d355503f481f031c8a0951271ea Mon Sep 17 00:00:00 2001 From: Peter Butzhammer Date: Mon, 13 May 2024 10:01:44 +0200 Subject: [PATCH] Remove unused enum --- Sharp7.Rx/Enums/CpuType.cs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Sharp7.Rx/Enums/CpuType.cs diff --git a/Sharp7.Rx/Enums/CpuType.cs b/Sharp7.Rx/Enums/CpuType.cs deleted file mode 100644 index a923cbc..0000000 --- a/Sharp7.Rx/Enums/CpuType.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Sharp7.Rx.Enums; - -internal enum CpuType -{ - S7_300, - S7_400, - S7_1200, - S7_1500 -}