summaryrefslogtreecommitdiff
path: root/xdelta3/examples/small_page_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/examples/small_page_test.c')
-rwxr-xr-xxdelta3/examples/small_page_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xdelta3/examples/small_page_test.c b/xdelta3/examples/small_page_test.c
index 714fd6e..8a4532b 100755
--- a/xdelta3/examples/small_page_test.c
+++ b/xdelta3/examples/small_page_test.c
@@ -12,10 +12,6 @@
12// SPACE_MAX of 32K is sufficient for most inputs with XD3_COMPLEVEL_1 12// SPACE_MAX of 32K is sufficient for most inputs with XD3_COMPLEVEL_1
13// XD3_COMPLEVEL_9 requires about 4x more space than XD3_COMPLEVEL_1 13// XD3_COMPLEVEL_9 requires about 4x more space than XD3_COMPLEVEL_1
14 14
15// TODO: experimental PROMOTE code in the encoder is using 16 bytes
16// per entry in a table, where 4 bytes are sufficient w/o this
17// (unimpressive) feature. Remove PROMOTE code.
18
19#include "xdelta3.h" 15#include "xdelta3.h"
20#include "xdelta3.c" 16#include "xdelta3.c"
21 17