home: hub: 9ficl

Download patch

ref: 81445b33d65b39982d9e6e840930dd9fcfae4458
parent: 6a5baa7bb25ac3363d687931898f6a5cfc1d7a6b
author: asau <asau@ficl.sf.net>
date: Mon Oct 25 11:58:23 CDT 2010

Remove unused macro definition.

--- a/lzcompress.c
+++ b/lzcompress.c
@@ -4,8 +4,6 @@
 
 #include "ficl.h"
 
-#define NETWORK_ORDER(X) ((((unsigned char*)X[0]) << 8) | (((unsigned char *)X[1])))
-
 
 static int ficlLzCompareWindow(const unsigned char *window, const unsigned char *buffer,
 	int *offset, unsigned char *next, int windowSize, int bufferSize)