Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,6 @@ private void ProcessHashQuery()

using (EventLogSession eventLogSession = CreateSession())
{

string query = BuildStructuredQuery(eventLogSession);
if (query.Length == 0)
{
Expand Down Expand Up @@ -1076,7 +1075,6 @@ private string BuildXPathFromHashTable(Hashtable hash)
//
// Fix Issue #2327
added = HandleNamedDataHashValue(key, hash[key]);

}

break;
Expand All @@ -1091,7 +1089,6 @@ private string BuildXPathFromHashTable(Hashtable hash)

xpathString.Append(added);
}

}

return xpathString.ToString();
Expand Down