about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/build b/build
index 9028bfa3..9e95bb34 100755
--- a/build
+++ b/build
@@ -106,9 +106,4 @@ older_than subx_bin subx.cc *_list && {
   $CXX $CFLAGS subx.cc -o subx_bin
 }
 
-older_than treeshake treeshake.cc && {
-  echo $CXX $CFLAGS treeshake.cc -o treeshake
-  $CXX $CFLAGS treeshake.cc -o treeshake
-}
-
 exit 0