Skip to content

Commit

Permalink
Bug 1868042: Remove unused OHTTP initialization. r=valentin, a=RyanVM
Browse files Browse the repository at this point in the history
  • Loading branch information
jesup committed Dec 4, 2023
1 parent 5ae2df8 commit 86fdbff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions netwerk/dns/nsDNSService2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,9 +876,6 @@ nsDNSService::Init() {

RegisterWeakMemoryReporter(this);

nsCOMPtr<nsIObliviousHttpService> ohttpService(
do_GetService("@mozilla.org/network/oblivious-http-service;1"));

mTrrService = new TRRService();
if (NS_FAILED(mTrrService->Init())) {
mTrrService = nullptr;
Expand Down

0 comments on commit 86fdbff

Please sign in to comment.