Skip to content

Commit 79a1478

Browse files
committed
remove unused
1 parent fc966f5 commit 79a1478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/repl/nativeRepl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { VariableRequester } from './variables/variableRequester';
2626
import { getTabNameForUri } from './replUtils';
2727

2828
const NATIVE_REPL_URI_MEMENTO = 'nativeReplUri';
29-
let nativeRepl: NativeRepl | undefined; // In multi REPL scenario, hashmap of URI to Repl.
29+
let nativeRepl: NativeRepl | undefined;
3030
export class NativeRepl implements Disposable {
3131
// Adding ! since it will get initialized in create method, not the constructor.
3232
private pythonServer!: PythonServer;

0 commit comments

Comments
 (0)