remove debug code

This commit is contained in:
Ian Curtis 2017-03-19 09:54:51 +00:00
parent 9780f333b4
commit 519cce34f5

View file

@ -1076,7 +1076,7 @@ CReal3D::CReal3D(void)
CReal3D::~CReal3D(void) CReal3D::~CReal3D(void)
{ {
// Dump memory // Dump memory
#if 1 #if 0
FILE *fp; FILE *fp;
fp = fopen("8c000000", "wb"); fp = fopen("8c000000", "wb");
if (NULL != fp) if (NULL != fp)