remove duplicate line

This commit is contained in:
zmike 2014-11-09 19:59:04 -05:00
parent 981af9cf4e
commit 85e19f9121
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ dbupdate_end()
if (!dbtime) return ECORE_CALLBACK_RENEW;
snprintf(buf, sizeof(buf), "%lld", dbtime);
snprintf(buf, sizeof(buf), "%lld", dbtime);
empd_empdd_find_call(empd_proxy, find_cb, NULL, EMPD_SEARCH_TYPE_MODIFIED, buf);
dbtime = 0;