projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64322c8
)
Removed unused function prototypes
author
John Darrington
<john@darrington.wattle.id.au>
Tue, 14 Jul 2009 10:01:37 +0000
(18:01 +0800)
committer
John Darrington
<john@darrington.wattle.id.au>
Tue, 14 Jul 2009 10:01:37 +0000
(18:01 +0800)
src/data/value.h
patch
|
blob
|
history
diff --git
a/src/data/value.h
b/src/data/value.h
index 905f0823d594e61b5c21c501e04c23a3b050dc5d..6955eea0bd358e144fc1bd4ff8ed9e615aa7b68f 100644
(file)
--- a/
src/data/value.h
+++ b/
src/data/value.h
@@
-58,9
+58,6
@@
static inline double value_num (const union value *);
static inline const char *value_str (const union value *, int width);
static inline char *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,