X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Ftransformations.h;h=1d422376a628ec854fd71ba67c99c1f6b5df04ed;hb=refs%2Fheads%2Fpxd;hp=66ddb4e0fb63a4688f05b7f70e78d5000b0a5040;hpb=765362af497f7b1f9c9a5ef387d40eac474fbbe3;p=pspp diff --git a/src/data/transformations.h b/src/data/transformations.h index 66ddb4e0fb..1d422376a6 100644 --- a/src/data/transformations.h +++ b/src/data/transformations.h @@ -49,7 +49,6 @@ struct trns_class /* Transformation chains. */ struct trns_chain *trns_chain_create (void); -void trns_chain_finalize (struct trns_chain *); bool trns_chain_destroy (struct trns_chain *); bool trns_chain_is_empty (const struct trns_chain *);