Skip to content

Commit 1987000

Browse files
Remove old function header that doesn't exist
1 parent 13c7470 commit 1987000

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/AsmParser/LLParser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ namespace llvm {
295295
};
296296
bool parseEnumAttribute(Attribute::AttrKind Attr, AttrBuilder &B,
297297
bool InAttrGroup);
298-
bool parseInaccessibleMemLocation(IRMemLocation &MemLoc);
299298
bool parseOptionalParamOrReturnAttrs(AttrBuilder &B, bool IsParam);
300299
bool parseOptionalParamAttrs(AttrBuilder &B) {
301300
return parseOptionalParamOrReturnAttrs(B, true);

0 commit comments

Comments
 (0)