Skip to content

Commit 05a19e5

Browse files
authored
Merge pull request #105 from oxince/master
2 parents 46d3571 + f55ede5 commit 05a19e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/prometheus/steps/Watermark.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ function Watermark:apply(ast)
3737
local scope, variable = ast.globalScope:resolve(self.CustomVariable);
3838
local watermark = Ast.AssignmentVariable(ast.globalScope, variable);
3939

40-
-- body.scope:addReferenceToHigherScope(ast.globalScope, variable);
41-
-- table.insert(body.statements, 1, Ast.AssignmentStatement({watermark}, {Ast.StringExpression(self.Content)}));
42-
4340
local functionScope = Scope:new(body.scope);
4441
functionScope:addReferenceToHigherScope(ast.globalScope, variable);
4542

0 commit comments

Comments
 (0)