diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:09:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:09:23 +0000 |
| commit | f73363f1dd94996356cefbf24388f561891acf0b (patch) | |
| tree | e3c31248bdb36eaec5fd833490d4278162dba2a0 /source/Symbol/Declaration.cpp | |
| parent | 160ee69dd7ae18978f4068116777639ea98dc951 (diff) | |
Notes
Diffstat (limited to 'source/Symbol/Declaration.cpp')
| -rw-r--r-- | source/Symbol/Declaration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Symbol/Declaration.cpp b/source/Symbol/Declaration.cpp index 7cee6c5a3ef3..83df578da2e3 100644 --- a/source/Symbol/Declaration.cpp +++ b/source/Symbol/Declaration.cpp @@ -91,7 +91,7 @@ bool lldb_private::operator==(const Declaration &lhs, const Declaration &rhs) { return lhs.GetFile() == rhs.GetFile(); #else if (lhs.GetLine() == rhs.GetLine()) - return FileSpec::Equal(lhs.GetFile(), rhs.GetFile(), true, true); + return FileSpec::Equal(lhs.GetFile(), rhs.GetFile(), true); #endif return false; } |
