mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Removed superfluous comments (bad merge after cherry pick).
This commit is contained in:
		@@ -157,12 +157,10 @@ namespace Catch {
 | 
				
			|||||||
                isSet = false;
 | 
					                isSet = false;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					 | 
				
			||||||
        // C++03 doesn't allow auto_ptr<T[]>, so we have manage the memory ourselves
 | 
					 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    bool FatalConditionHandler::isSet = false;
 | 
					    bool FatalConditionHandler::isSet = false;
 | 
				
			||||||
    struct sigaction FatalConditionHandler::oldSigActions[sizeof(signalDefs)/sizeof(SignalDefs)] = {} ;//[sizeof(signalDefs)/sizeof(SignalDefs)];
 | 
					    struct sigaction FatalConditionHandler::oldSigActions[sizeof(signalDefs)/sizeof(SignalDefs)] = {};
 | 
				
			||||||
    stack_t FatalConditionHandler::oldSigStack = {};
 | 
					    stack_t FatalConditionHandler::oldSigStack = {};
 | 
				
			||||||
    char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};
 | 
					    char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user