diff options
| author | 2025-07-13 18:33:30 -0500 | |
|---|---|---|
| committer | 2025-07-13 18:34:12 -0500 | |
| commit | 2e363bf29c4854066e4949659300e23cfbbb95a7 (patch) | |
| tree | c8eb40e83a8ae77b33c3949ca7a585edd2aefa1a | |
| parent | Address #1609 - compile with JANET_NO_PROCESSES (diff) | |
Remove extra call to filewatcher - address #1608
| -rw-r--r-- | src/core/ev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ev.c b/src/core/ev.c index 4beb49da..25cf54db 100644 --- a/src/core/ev.c +++ b/src/core/ev.c @@ -3535,8 +3535,6 @@ void janet_lib_ev(JanetTable *env) { janet_register_abstract_type(&janet_channel_type); janet_register_abstract_type(&janet_mutex_type); janet_register_abstract_type(&janet_rwlock_type); - - janet_lib_filewatch(env); } #endif |
