remove some unused references to RDF in cpp files
Categories
(MailNews Core :: Backend, enhancement)
Tracking
(Not tracked)
People
(Reporter: aceman, Assigned: aceman)
References
Details
Attachments
(1 file)
3.03 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
Cpp files including RDF headers, but use no RDF functions:
mailnews/base/src/nsMsgAccountManager.cpp
46 #include "nsIRDFService.h"
47 #include "nsRDFCID.h"
mailnews/base/src/nsMsgAccountManager.h
32 class nsIRDFService;
mailnews/base/util/nsMsgIncomingServer.cpp
39 #include "nsIRDFService.h"
40 #include "nsRDFCID.h"
mailnews/news/src/nsNewsDownloader.cpp
16 #include "nsRDFCID.h"
Comment 2•6 years ago
|
||
There are still tons of references, but hopefully grouped into only 2-3 features. I'm going to file a bug.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/b24cc1864097
remove some unused RDF includes. r=jorgk
Comment 5•6 years ago
|
||
(In reply to :aceman from comment #3)
There are still tons of references, but hopefully grouped into only 2-3 features. I'm going to file a bug.
Tons? I thought BenC was onto them in bug 1527764 and bug 1527772.
Comment 6•6 years ago
|
||
Aside from bug 1527764 and bug 1527772, there's rdf use in FeedUtils.jsm, which I've not yet dug into in any depth. However, it seems that it's a factor in my RDF changes not working for RSS feeds, so that's what I'm doing now :-)
Oh, there's also nsMsgRDFDataSource
which I think is now unused (will create a bug for it).
Description
•