remove debug code

This commit is contained in:
Ian Curtis 2017-12-19 11:43:17 +00:00
parent 429d6cbb02
commit 4702fef33e

View file

@ -1009,7 +1009,7 @@ CReal3D::CReal3D(const Util::Config::Node &config)
CReal3D::~CReal3D(void)
{
// Dump memory
#if 1
#if 0
FILE *fp;
fp = fopen("8c000000", "wb");
if (NULL != fp)