Bug 1466325 - Remove unused CREATE_IDX_MOZ_PLACES_FAVICON. r=standard8 draft
authorMarco Bonardo <mbonardo@mozilla.com>
Mon, 04 Jun 2018 18:00:47 +0200
changeset 803577 3b0454e5ff83ccda3131406df36b34d4fe78fe30
parent 803479 fa5724780fe76d6ccbbd08d978342a1db6a43d49
push id112152
push usermak77@bonardo.net
push dateMon, 04 Jun 2018 16:02:47 +0000
reviewersstandard8
bugs1466325
milestone62.0a1
Bug 1466325 - Remove unused CREATE_IDX_MOZ_PLACES_FAVICON. r=standard8 MozReview-Commit-ID: JEqaaKXHf9y
toolkit/components/places/nsPlacesIndexes.h
--- a/toolkit/components/places/nsPlacesIndexes.h
+++ b/toolkit/components/places/nsPlacesIndexes.h
@@ -16,21 +16,16 @@
 /**
  * moz_places
  */
 #define CREATE_IDX_MOZ_PLACES_URL_HASH \
   CREATE_PLACES_IDX( \
     "url_hashindex", "moz_places", "url_hash", "" \
   )
 
-#define CREATE_IDX_MOZ_PLACES_FAVICON \
-  CREATE_PLACES_IDX( \
-    "faviconindex", "moz_places", "favicon_id", "" \
-  )
-
 #define CREATE_IDX_MOZ_PLACES_REVHOST \
   CREATE_PLACES_IDX( \
     "hostindex", "moz_places", "rev_host", "" \
   )
 
 #define CREATE_IDX_MOZ_PLACES_VISITCOUNT \
   CREATE_PLACES_IDX( \
     "visitcount", "moz_places", "visit_count", "" \