Skip to content

Commit

Permalink
removing dead code from ConfigParser
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Jun 17, 2018
1 parent 127054c commit 801fbf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ConfigParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,6 @@ private void ReadKeyAndValue(ref ConfigSection currentSection, ref ConfigLine cu
lineRaw = lineRaw.Substring(keyMatch.Captures[0].Value.Length);

var valueMatch = Settings.ValueMatcher.Match(lineRaw);
var quote1 = valueMatch.Groups["quote1"]?.Value;
var quote2 = valueMatch.Groups["quote2"]?.Value;
var value = valueMatch.Groups["value"]?.Value;

switch (Settings.MultiLineValues)
Expand Down

0 comments on commit 801fbf7

Please sign in to comment.