mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-13 14:43:09 +00:00
dead code removal
This commit is contained in:
parent
fe2226c702
commit
fb87176f7e
@ -193,9 +193,6 @@ handle_event(lua_State *L,
|
||||
} else if (IN_MOVED_TO & event->mask) {
|
||||
/* must be an unary move-to */
|
||||
event_type = CREATE;
|
||||
} else if (IN_MOVED_FROM & event->mask) {
|
||||
/* must be an unary move-from */
|
||||
event_type = DELETE;
|
||||
} else if (IN_ATTRIB & event->mask) {
|
||||
/* just attrib change */
|
||||
event_type = ATTRIB;
|
||||
|
Loading…
Reference in New Issue
Block a user