Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 15:37:59 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r254569 - soc2013/dpl/head/contrib/xz/src/xz
Message-ID:  <201307101537.r6AFbxbZ097801@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101537.r6AFbxbZ097801>