diff options
| author | Dmitry Antipov | 2012-07-16 08:47:31 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-16 08:47:31 +0400 |
| commit | 6a0dd1d7e075ccb23ed08afafe9b251eacd931bd (patch) | |
| tree | e67dc3032080113eb198c46b9be13b4f2a071f83 /src/filelock.c | |
| parent | 7a6136fd76b7eae4770bfd1cbb8812f6508d6a7f (diff) | |
| download | emacs-6a0dd1d7e075ccb23ed08afafe9b251eacd931bd.tar.gz emacs-6a0dd1d7e075ccb23ed08afafe9b251eacd931bd.zip | |
Remove empty and useless init functions.
* lisp.h (init_character_once, init_fns, init_image)
(init_filelock, init_sound): Remove prototype.
* character.c (init_character_once): Remove.
* filelock.c (init_filelock): Likewise.
* fns.c (init_fns): Likewise.
* image.c (init_image): Likewise.
* sound.c (init_sound): Likewise.
* emacs.c (main): Adjust accordingly.
Diffstat (limited to 'src/filelock.c')
| -rw-r--r-- | src/filelock.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/filelock.c b/src/filelock.c index e5de7355652..e840d3c5c3b 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -708,15 +708,6 @@ t if it is locked by you, else a string saying which user has locked it. */) | |||
| 708 | 708 | ||
| 709 | return ret; | 709 | return ret; |
| 710 | } | 710 | } |
| 711 | |||
| 712 | /* Initialization functions. */ | ||
| 713 | |||
| 714 | void | ||
| 715 | init_filelock (void) | ||
| 716 | { | ||
| 717 | boot_time = 0; | ||
| 718 | boot_time_initialized = 0; | ||
| 719 | } | ||
| 720 | 711 | ||
| 721 | #endif /* CLASH_DETECTION */ | 712 | #endif /* CLASH_DETECTION */ |
| 722 | 713 | ||