mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Remove redundnant comment and unused variable
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user