1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-02 10:58:03 +00:00

Remove extra call to filewatcher - address #1608

This commit is contained in:
Calvin Rose
2025-07-13 18:33:30 -05:00
parent 312f9faae8
commit 2e363bf29c

View File

@@ -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