diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-03 21:43:07 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-03 21:56:09 -0300 |
commit | 36b1110fc48e3237be1fd658c503cfaae16d6c9c (patch) | |
tree | e3c95294377d35fd1a8bce5ef20ac31df18b2f9c /modules/benchmark/cryptohash.c | |
parent | 9273c075a2f993c5154614b70233d8f74515c851 (diff) |
Remove outdated arch directory
Diffstat (limited to 'modules/benchmark/cryptohash.c')
-rw-r--r-- | modules/benchmark/cryptohash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/benchmark/cryptohash.c b/modules/benchmark/cryptohash.c index 99a19140..d97e85c7 100644 --- a/modules/benchmark/cryptohash.c +++ b/modules/benchmark/cryptohash.c @@ -55,7 +55,7 @@ static gpointer cryptohash_for(unsigned int start, unsigned int end, void *data, return NULL; } -static void +void benchmark_cryptohash(void) { gdouble elapsed = 0; |