diff --git a/Storage/SQL/SQLitePinnedSites.swift b/Storage/SQL/SQLitePinnedSites.swift index 6c6b7726a75c5..b5b5a40091b21 100644 --- a/Storage/SQL/SQLitePinnedSites.swift +++ b/Storage/SQL/SQLitePinnedSites.swift @@ -86,8 +86,6 @@ extension BrowserDBSQLite: PinnedSites { // // We have since allowed the guid to be optional, and should remove this guid // once we stop supporting downgrading to any versions less than 110. - let guid = "dummy-guid" - let args: Args = [site.url, now, site.title, site.id, "dummy-guid", host] let arglist = BrowserDB.varlist(args.count)