Browse Source

Remove unused variable

pull/1119/head
Rafaat Mir 7 years ago
parent
commit
3c7a0070b5
  1. 2
      ILSpy/SearchStrategies.cs

2
ILSpy/SearchStrategies.cs

@ -14,8 +14,6 @@ namespace ICSharpCode.ILSpy
{ {
abstract class AbstractSearchStrategy abstract class AbstractSearchStrategy
{ {
private const string NoncontiguousSearchPrefix = "s:";
protected string[] searchTerm; protected string[] searchTerm;
protected Regex regex; protected Regex regex;
protected bool fullNameSearch; protected bool fullNameSearch;

Loading…
Cancel
Save