Mega whoop's

This commit is contained in:
xenia 2018-10-18 12:41:07 -04:00
parent c98d1da8fc
commit 94dfa2f5aa
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ namespace h804 {
void daemon_notify_ready() { void daemon_notify_ready() {
#ifdef H804_SYSTEMD_ENABLE #ifdef H804_SYSTEMD_ENABLE
sd_notify(0, "READY=1"); sd_notify(0, "READY=1");
#else
(void)args;
#endif #endif
} }