output: Remove table_unshare.
[pspp] / src / output / table.h
index 070c07eb12fbdfd2d114da8edee052bccc909388..040e89dcc71904b07f17e8a03b6f00f1f8dc61be 100644 (file)
@@ -239,7 +239,6 @@ struct table
 struct table *table_ref (const struct table *);
 void table_unref (struct table *);
 bool table_is_shared (const struct table *);
-struct table *table_unshare (struct table *);
 
 /* Returns the number of columns or rows, respectively, in T. */
 static inline int table_nc (const struct table *t)