Replace caseproto_clone with caseproto_ref
[pspp-builds.git] / src / data / caseproto.h
index 3fc8c2c051451cddea401b712f534371eceb9043..b85a9f32d9260f02d6339b8f0852caca8518722f 100644 (file)
@@ -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 *);