Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 52dd806

Browse files
committed
Remove addToNoHelperNeeded function that was left unused after r173649. Fixes a -Wunused warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173664 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 074ddd6 commit 52dd806

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/Target/Mips/MipsISelLowering.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,6 @@ namespace {
214214
};
215215

216216
std::set<const char*, ltstr> noHelperNeeded;
217-
218-
const char* addToNoHelperNeeded(const char* s) {
219-
noHelperNeeded.insert(s);
220-
return s;
221-
}
222-
223217
}
224218

225219
void MipsTargetLowering::SetMips16LibcallName

0 commit comments

Comments
 (0)