summaryrefslogtreecommitdiff
path: root/src/bool-array.icc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-11-08 13:47:23 +0000
committerBruno Haible <bruno@clisp.org>2002-11-08 13:47:23 +0000
commit643c2cab823756c6ad7c42997b6588eff8a28db9 (patch)
tree7bf1efeae38a07f6906623f35731cf129f293879 /src/bool-array.icc
parent0378cf3b0067f156501dcfcc98f94f67a2b092bd (diff)
downloadgperf-643c2cab823756c6ad7c42997b6588eff8a28db9.tar.gz
Simplify function declarations.
Diffstat (limited to 'src/bool-array.icc')
-rw-r--r--src/bool-array.icc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bool-array.icc b/src/bool-array.icc
index 389be31..24987a2 100644
--- a/src/bool-array.icc
+++ b/src/bool-array.icc
@@ -52,7 +52,7 @@ Bool_Array::set_bit (unsigned int index)
/* Resets all bits to zero. */
INLINE void
-Bool_Array::clear (void)
+Bool_Array::clear ()
{
/* If we wrap around it's time to zero things out again! However, this only
occurs once about every 2^32 iterations, so it will not happen more