Partially removing redundancy between sync core and sync log
diff --git a/src/sync-log.cc b/src/sync-log.cc
index 6bd03aa..ed154bc 100644
--- a/src/sync-log.cc
+++ b/src/sync-log.cc
@@ -240,6 +240,12 @@
 }
 
 void
+SyncLog::UpdateLocalSeqNo (sqlite3_int64 seqNo)
+{
+  return UpdateDeviceSeqNo (m_localDeviceId, seqNo);
+}
+
+void
 SyncLog::UpdateDeviceSeqNo (sqlite3_int64 deviceId, sqlite3_int64 seqNo)
 {
   sqlite3_stmt *stmt;