Revert r237708 (MIR serialization) - incremental buildbots became unstable.
[oota-llvm.git] / include / llvm / Support / YAMLTraits.h
index 6d934fe5128483e9dfbff9a3d2111b07700a6cc9..3bdff20918093610c49249b4f4418d5d1d239212 100644 (file)
@@ -1090,9 +1090,6 @@ public:
   bool setCurrentDocument();
   bool nextDocument();
 
-  /// Returns the current node that's being parsed by the YAML Parser.
-  const Node *getCurrentNode() const;
-
 private:
   llvm::SourceMgr                     SrcMgr; // must be before Strm
   std::unique_ptr<llvm::yaml::Stream> Strm;