X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcaseproto.h;h=b85a9f32d9260f02d6339b8f0852caca8518722f;hb=38d5e09c01ddffc98430c3c55ed3ccb821180cbf;hp=3fc8c2c051451cddea401b712f534371eceb9043;hpb=ed0dda01c61c6b086e47f64302b75da5df97db87;p=pspp-builds.git diff --git a/src/data/caseproto.h b/src/data/caseproto.h index 3fc8c2c0..b85a9f32 100644 --- a/src/data/caseproto.h +++ b/src/data/caseproto.h @@ -78,7 +78,6 @@ struct pool; /* Creation and destruction. */ struct caseproto *caseproto_create (void) MALLOC_LIKE; -struct caseproto *caseproto_clone (const struct caseproto *) ; static inline struct caseproto *caseproto_ref (const struct caseproto *); struct caseproto *caseproto_ref_pool (const struct caseproto *, struct pool *); static inline void caseproto_unref (struct caseproto *);