X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvalue.h;h=f9782e2d867d47028f134c4b406dbfd53313d68c;hb=b40553085a85914b85d32c483faf185ad6b39589;hp=84f08d87ce5da9241c07192fda84b45665eab365;hpb=8830c95bb9e8d72621787866141a27fc22e8c786;p=pspp-builds.git diff --git a/src/data/value.h b/src/data/value.h index 84f08d87..f9782e2d 100644 --- a/src/data/value.h +++ b/src/data/value.h @@ -59,9 +59,6 @@ static inline double value_num (const union value *); static inline const uint8_t *value_str (const union value *, int width); static inline uint8_t *value_str_rw (union value *, int width); -int compare_values (const void *, const void *, const void *var); -unsigned hash_value (const void *, const void *var); - static inline void value_copy (union value *, const union value *, int width); void value_copy_rpad (union value *, int dst_width, const union value *, int src_width,