Skip to content

Commit 4fd42ad

Browse files
rmacklinphilc
authored andcommitted
Remove unused tabId variable in openUrlInCurrentTab
This variable became unused in 10524a0 so we can remove it.
1 parent bd3aca8 commit 4fd42ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

background_scripts/tab_operations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ async function openUrlInCurrentTab(request) {
1212
// (like github.com, developer.mozilla.org) will raise an error when we try to run this code. See
1313
// https://github.com/philc/vimium/issues/4331.
1414
if (UrlUtils.hasJavascriptPrefix(request.url)) {
15-
const tabId = request.tabId;
1615
const scriptingArgs = {
1716
target: { tabId: request.tabId },
1817
func: (text) => {

0 commit comments

Comments
 (0)