summaryrefslogtreecommitdiff
path: root/Xenogears/test-lz77.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Xenogears/test-lz77.cpp')
-rw-r--r--Xenogears/test-lz77.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Xenogears/test-lz77.cpp b/Xenogears/test-lz77.cpp
deleted file mode 100644
index 8efce98..0000000
--- a/Xenogears/test-lz77.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-#include "lz77.h"
-
-int main(void) {
- lz77_comp(0, 1);
- return 0;
-}