From bc560a2f5b323b6b3581b30e97cd8cca792ddb65 Mon Sep 17 00:00:00 2001
From: Igor Matuszewski <Xanewok@gmail.com>
Date: Mon, 18 Mar 2019 17:53:07 +0100
Subject: Remove redundant Runnable.range

---
 editors/code/src/commands/runnables.ts | 1 -
 1 file changed, 1 deletion(-)

(limited to 'editors')

diff --git a/editors/code/src/commands/runnables.ts b/editors/code/src/commands/runnables.ts
index c0f2ada76..28ad7a302 100644
--- a/editors/code/src/commands/runnables.ts
+++ b/editors/code/src/commands/runnables.ts
@@ -8,7 +8,6 @@ interface RunnablesParams {
 }
 
 interface Runnable {
-    range: lc.Range;
     label: string;
     bin: string;
     args: string[];
-- 
cgit v1.2.3