mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 19:34:34 +00:00
Remove accidentally committed lines
This commit is contained in:
@@ -286,13 +286,7 @@ public:
|
||||
Bye() : Command(BYE) {};
|
||||
};
|
||||
|
||||
int main ()
|
||||
{
|
||||
// Memory leak debugging in MSVC debug mode
|
||||
#if defined(_MSC_VER) && defined(_DEBUG)
|
||||
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
|
||||
#endif
|
||||
|
||||
int main () {
|
||||
// Redirect stdout to this stream, so that involuntary
|
||||
// writes to stdout do not interfere with our protocol.
|
||||
std::ostringstream oss;
|
||||
|
||||
Reference in New Issue
Block a user