Skip to content

Commit 8a29f65

Browse files
committed
Remove 'bst' library
In a separate branch, I am already implementing this anew with a proper API (but still not properly balanced).
1 parent 47218f6 commit 8a29f65

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

lib/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ build:
1818
$(COMPILER) ./timeout.trp -l
1919
$(COMPILER) ./declassifyutil.trp -l
2020
$(COMPILER) ./stdio.trp -l
21-
$(COMPILER) ./bst.trp -l
2221

2322
clean:
2423
rm -rf out

lib/bst.trp

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)