Skip to content

Commit e7858f1

Browse files
committed
clean up
1 parent 293e85e commit e7858f1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

live/AppCode/Form/FormBuildParameters.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public string Parse(string template) {
6363
return templateSvc.Parse(template, sources: _lookUps);
6464
}
6565

66-
private ILookUp _queryStringLookUp;
6766
private List<ILookUp> _lookUps;
6867
}
6968
}

staging/AppCode/Form/FormBuildParameters.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public string Parse(string template) {
6363
return templateSvc.Parse(template, sources: _lookUps);
6464
}
6565

66-
private ILookUp _queryStringLookUp;
6766
private List<ILookUp> _lookUps;
6867
}
6968
}

0 commit comments

Comments
 (0)