From 77d0865d58613aa655f5b76929b6c7f338fe1e7f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 25 Jun 2018 18:22:36 -0700 Subject: [PATCH] Remove redundnant comment and unused variable --- plugin/src/Session.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/src/Session.lua b/plugin/src/Session.lua index e209f3f9..47d8d5d0 100644 --- a/plugin/src/Session.lua +++ b/plugin/src/Session.lua @@ -11,9 +11,6 @@ function Session.new() setmetatable(self, Session) - -- TODO: Rewrite all instance tracking logic and implement a real reconciler - local instancesById = {} - local function createFoldersUntil(location, route) for i = 1, #route - 1 do local piece = route[i]