X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasereader.h;h=45ea2c10afd6fa2eab0ed174a488b1576b5ad464;hb=8d6ff8a6bd25b184474a117c8332275b5add2d2b;hp=24afb972fc603fe889822df7e6c296ee06f65e81;hpb=b401615e6db40bf74394839b96600afe3a868a95;p=pspp diff --git a/src/data/casereader.h b/src/data/casereader.h index 24afb972fc..45ea2c10af 100644 --- a/src/data/casereader.h +++ b/src/data/casereader.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011, 2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -64,8 +64,6 @@ struct ccase *casereader_read (struct casereader *); bool casereader_destroy (struct casereader *); struct casereader *casereader_clone (const struct casereader *); -void casereader_split (struct casereader *, - struct casereader **, struct casereader **); struct casereader *casereader_rename (struct casereader *); void casereader_swap (struct casereader *, struct casereader *);