X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fdata%2Fcaseproto.h;h=b85a9f32d9260f02d6339b8f0852caca8518722f;hp=3fc8c2c051451cddea401b712f534371eceb9043;hb=4bd4ff4a47e70820ea55a37e27fe731e97cbbd14;hpb=b883f96966eaf08620aae7269690875d3db11054 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 *);