Skip to content

Commit 53064c5

Browse files
[BPF] Remove unused declaration probeJmpExt
The declaration was added without a corresponding function definition by: commit dc1dbf6 Author: Yonghong Song <[email protected]> Date: Wed Aug 23 04:25:57 2017 +0000
1 parent bed4d71 commit 53064c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/BPF/BPFSubtarget.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class BPFSubtarget : public BPFGenSubtargetInfo {
3838
private:
3939
void initializeEnvironment();
4040
void initSubtargetFeatures(StringRef CPU, StringRef FS);
41-
bool probeJmpExt();
4241

4342
protected:
4443
// unused

0 commit comments

Comments
 (0)