Removed traces of old-api Node

This commit is contained in:
Jesse Beder
2012-05-19 01:19:03 -05:00
parent a183293ff0
commit 683c60f490
6 changed files with 0 additions and 58 deletions

View File

@@ -1,12 +1,6 @@
#include "yaml-cpp/null.h"
#include "yaml-cpp/node.h"
namespace YAML
{
_Null Null;
bool IsNull(const Node& node)
{
return node.Read(Null);
}
}