From e80e67b2674f9c81f6a1eb7fa02f08838c6239c4 Mon Sep 17 00:00:00 2001 From: Yankes Date: Fri, 22 Jan 2016 13:55:54 +0100 Subject: [PATCH] Useless forward declaration It should be `YAML::Node` or `YAML::detail::node`. Because nobody noticed it, it should be deleted. --- include/yaml-cpp/node/detail/iterator_fwd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/yaml-cpp/node/detail/iterator_fwd.h b/include/yaml-cpp/node/detail/iterator_fwd.h index c54a258..5f1ffe7 100644 --- a/include/yaml-cpp/node/detail/iterator_fwd.h +++ b/include/yaml-cpp/node/detail/iterator_fwd.h @@ -13,7 +13,6 @@ #include namespace YAML { -class node; namespace detail { struct iterator_value;