From 111f462dc49dfac13ff7d17f34de93ed3f7e1fd2 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Mon, 9 Mar 2026 17:41:19 -0700 Subject: [PATCH] remove old comments --- tinyxml2.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tinyxml2.h b/tinyxml2.h index c801117..6dd1510 100644 --- a/tinyxml2.h +++ b/tinyxml2.h @@ -42,14 +42,6 @@ distribution. #endif #include -/* - gcc: - g++ -Wall -DTINYXML2_DEBUG tinyxml2.cpp xmltest.cpp -o gccxmltest.exe - - Formatting, Artistic Style: - AStyle.exe --style=1tbs --indent-switches --break-closing-brackets --indent-preprocessor tinyxml2.cpp tinyxml2.h -*/ - #if defined( _DEBUG ) || defined (__DEBUG__) # ifndef TINYXML2_DEBUG # define TINYXML2_DEBUG