X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.h;fp=src%2Foutput%2Ftable.h;h=040e89dcc71904b07f17e8a03b6f00f1f8dc61be;hb=12fa45a6c1589faf79127fe0f79094c2f0648bd2;hp=070c07eb12fbdfd2d114da8edee052bccc909388;hpb=9a01f783f7e29b39210373ccfaeac44f364131b4;p=pspp diff --git a/src/output/table.h b/src/output/table.h index 070c07eb12..040e89dcc7 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -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)