diff options
| author | Stefan Monnier | 2012-10-01 14:59:52 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-10-01 14:59:52 -0400 |
| commit | 9eb71b9c7d0c43c02ccbfe3a45ba6d84cd8e40ed (patch) | |
| tree | acde0b8040f37832d391faf3717cc4b656559f82 /src/fns.c | |
| parent | 62a81506f802e4824b718cc30321ee3a0057cdf7 (diff) | |
| download | emacs-9eb71b9c7d0c43c02ccbfe3a45ba6d84cd8e40ed.tar.gz emacs-9eb71b9c7d0c43c02ccbfe3a45ba6d84cd8e40ed.zip | |
* src/fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
(sweep_weak_table): Remove redundant prototypes.
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 8 |
1 files changed, 0 insertions, 8 deletions
| @@ -3337,14 +3337,6 @@ Lisp_Object Qeq, Qeql, Qequal; | |||
| 3337 | Lisp_Object QCtest, QCsize, QCrehash_size, QCrehash_threshold, QCweakness; | 3337 | Lisp_Object QCtest, QCsize, QCrehash_size, QCrehash_threshold, QCweakness; |
| 3338 | static Lisp_Object Qhash_table_test, Qkey_or_value, Qkey_and_value; | 3338 | static Lisp_Object Qhash_table_test, Qkey_or_value, Qkey_and_value; |
| 3339 | 3339 | ||
| 3340 | /* Function prototypes. */ | ||
| 3341 | |||
| 3342 | static struct Lisp_Hash_Table *check_hash_table (Lisp_Object); | ||
| 3343 | static ptrdiff_t get_key_arg (Lisp_Object, ptrdiff_t, Lisp_Object *, char *); | ||
| 3344 | static void maybe_resize_hash_table (struct Lisp_Hash_Table *); | ||
| 3345 | static bool sweep_weak_table (struct Lisp_Hash_Table *, bool); | ||
| 3346 | |||
| 3347 | |||
| 3348 | 3340 | ||
| 3349 | /*********************************************************************** | 3341 | /*********************************************************************** |
| 3350 | Utilities | 3342 | Utilities |