From 562771d162d99c3d8992241210eda51524a7fdee Mon Sep 17 00:00:00 2001 From: shylinux Date: Sun, 16 Apr 2023 22:37:21 +0800 Subject: [PATCH] opt some --- demo.txt | 9 --------- demo1.txt | 10 ---------- src/main.go | 2 -- 3 files changed, 21 deletions(-) delete mode 100644 demo.txt delete mode 100644 demo1.txt diff --git a/demo.txt b/demo.txt deleted file mode 100644 index d33b74a3..00000000 --- a/demo.txt +++ /dev/null @@ -1,9 +0,0 @@ -IF(E4 > 3000, - IF(E4 > 10000, - IF(E4 > 50000, - IF(E4 > 100000, - IF(E4 > 500000, - 200, - 100+E4-100000, - ) - ) diff --git a/demo1.txt b/demo1.txt deleted file mode 100644 index 3f3f4554..00000000 --- a/demo1.txt +++ /dev/null @@ -1,10 +0,0 @@ -IF(E4 > 500000, 200, - IF(E4 > 100000, 100+E4-10000, - IF(E4 > 50000, - IF(E4 > 10000, - IF(E4 > 3000, - ) - ) - ) -) - diff --git a/src/main.go b/src/main.go index 0c33919f..b4df0bc1 100644 --- a/src/main.go +++ b/src/main.go @@ -13,8 +13,6 @@ import ( _ "shylinux.com/x/icebergs/misc/java" _ "shylinux.com/x/icebergs/misc/node" - _ "shylinux.com/x/icebergs/misc/repos" - _ "shylinux.com/x/linux-story/iso/alpine" _ "shylinux.com/x/linux-story/src/busybox" _ "shylinux.com/x/linux-story/src/ctags"