Skip to content

Commit a75fd11

Browse files
committed
Remove reference to gone git_commit table.
1 parent 5d82da6 commit a75fd11

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/chrome/content/code/HTTPSRules.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,6 @@ const HTTPSRules = {
421421
var t2 = new Date().getTime();
422422
this.log(NOTE,"Loading targets took " + (t2 - t1) / 1000.0 + " seconds");
423423

424-
var gitCommitQuery = rulesetDBConn.createStatement("select git_commit from git_commit");
425-
if (gitCommitQuery.executeStep()) {
426-
this.GITCommitID = gitCommitQuery.row.git_commit;
427-
}
428-
429424
try {
430425
if (HTTPSEverywhere.instance.prefs.getBoolPref("performance_tests")) {
431426
this.testRulesetRetrievalPerformance();

0 commit comments

Comments
 (0)