Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a75fd11

Browse filesBrowse files
committed
Remove reference to gone git_commit table.
1 parent 5d82da6 commit a75fd11
Copy full SHA for a75fd11

1 file changed

-5Lines changed: 0 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/chrome/content/code/HTTPSRules.js‎

Copy file name to clipboardExpand all lines: src/chrome/content/code/HTTPSRules.js
-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.