MC/AsmParser: Move .lsym parsing to Darwin specific parser.
[oota-llvm.git] / include / llvm / MC / MCParser / AsmParser.h
index 4e89b995ad3bb3507f116cb44931c1374925707a..3e897b38338be0228e40284dea41970fc3bcb3df 100644 (file)
@@ -138,7 +138,6 @@ private:
   bool ParseDirectiveSymbolAttribute(MCSymbolAttr Attr);
   bool ParseDirectiveELFType(); // ELF specific ".type"
   bool ParseDirectiveDarwinSymbolDesc(); // Darwin specific ".desc"
-  bool ParseDirectiveDarwinLsym(); // Darwin specific ".lsym"
 
   bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
   bool ParseDirectiveDarwinZerofill(); // Darwin specific ".zerofill"