Removed crt stuff (we can do memory leak checking in Linux easier)

This commit is contained in:
jbeder
2009-10-27 14:55:01 +00:00
parent 3d24383686
commit 4f74f805c2
20 changed files with 2 additions and 52 deletions

View File

@@ -1,13 +0,0 @@
#include "crt.h"
#include "content.h"
namespace YAML
{
Content::Content()
{
}
Content::~Content()
{
}
}