summaryrefslogtreecommitdiff
path: root/src/output.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-01 08:13:30 +0000
committerBruno Haible <bruno@clisp.org>2003-04-01 08:13:30 +0000
commit0093e3316356271066b5df254ff193cdbc74b905 (patch)
tree43455762f0b3144d496e9079d31fbc6a4881b7bb /src/output.h
parent8193024d960a8aa2a780fefe8b50321f4e6c5a93 (diff)
downloadgperf-0093e3316356271066b5df254ff193cdbc74b905.tar.gz
Fill unused asso_values[] entries in search.cc, not in output.cc.
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output.h b/src/output.h
index d600547..843fdad 100644
--- a/src/output.h
+++ b/src/output.h
@@ -54,7 +54,6 @@ public:
const unsigned int *alpha_inc,
int total_duplicates,
unsigned int alpha_size,
- const int *occurrences,
const int *asso_values);
/* Generates the hash function and the key word recognizer function. */
@@ -132,8 +131,6 @@ private:
int _max_hash_value;
/* Size of alphabet. */
unsigned int const _alpha_size;
- /* Counts occurrences of each key set character. */
- const int * const _occurrences;
/* Value associated with each character. */
const int * const _asso_values;
};