socsvn commit: r254569 - soc2013/dpl/head/contrib/xz/src/xz
dpl at FreeBSD.org
dpl at FreeBSD.org
Wed Jul 10 15:37:59 UTC 2013
Author: dpl
Date: Wed Jul 10 15:37:59 2013
New Revision: 254569
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=254569
Log:
We don't need this here. We will just declare the array dynamically when we know the number of files to use.
Modified:
soc2013/dpl/head/contrib/xz/src/xz/file_io.h
Modified: soc2013/dpl/head/contrib/xz/src/xz/file_io.h
==============================================================================
--- soc2013/dpl/head/contrib/xz/src/xz/file_io.h Wed Jul 10 15:23:54 2013 (r254568)
+++ soc2013/dpl/head/contrib/xz/src/xz/file_io.h Wed Jul 10 15:37:59 2013 (r254569)
@@ -63,8 +63,6 @@
} file_pair;
-/// All the opened files.
-file_pair *all_pairs;
/// \brief Initialize the I/O module
extern void io_init(void);
More information about the svn-soc-all
mailing list