Skip to content

Commit

Permalink
removes added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Eshaq committed Jan 4, 2023
1 parent aaab3ee commit 2122b89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Storage/SQL/SQLitePinnedSites.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2122b89

Please sign in to comment.