comparison read_cache.c @ 392:0a5a6f03b029 src

Remove useless $Id$ and $Name$ keywords.
author diego
date Sun, 14 Sep 2008 20:31:43 +0000
parents d3c273ced49c
children 9c5aef10d165
comparison
equal deleted inserted replaced
391:d232a96ac231 392:0a5a6f03b029
15 * GNU General Public License for more details. 15 * GNU General Public License for more details.
16 * 16 *
17 * You should have received a copy of the GNU General Public License along 17 * You should have received a copy of the GNU General Public License along
18 * with libdvdnav; if not, write to the Free Software Foundation, Inc., 18 * with libdvdnav; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 *
21 * $Id$
22 *
23 */ 20 */
24 /* 21 /*
25 * There was a multithreaded read ahead cache in here for some time, but 22 * There was a multithreaded read ahead cache in here for some time, but
26 * it had only been used for a short time. If you want to have a look at it, 23 * it had only been used for a short time. If you want to have a look at it,
27 * search the CVS attic. 24 * search the CVS attic.