Chromium Code Reviews| Index: dm-bht.h |
| diff --git a/dm-bht.h b/dm-bht.h |
| index 3106079788e36c6498b6dc0e304a34c9e219b8a0..e7269f6437b738a67b1b7faa735b71550f811e1e 100644 |
| --- a/dm-bht.h |
| +++ b/dm-bht.h |
| @@ -110,7 +110,6 @@ struct dm_bht { |
| /* Constructor for struct dm_bht instances. */ |
| int dm_bht_create(struct dm_bht *bht, |
| - unsigned int depth, |
| unsigned int block_count, |
| const char *alg_name); |
| /* Destructor for struct dm_bht instances. Does not free @bht */ |