mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 22:32:43 +08:00
Removed unnecessary signal handlers
This commit is contained in:
@@ -115,10 +115,6 @@ int main( int argc, const char** argv )
|
||||
|
||||
sigaction(SIGHUP, &sigIntHandler, NULL);
|
||||
sigaction(SIGINT, &sigIntHandler, NULL);
|
||||
sigaction(SIGQUIT, &sigIntHandler, NULL);
|
||||
sigaction(SIGKILL, &sigIntHandler, NULL);
|
||||
sigaction(SIGTERM, &sigIntHandler, NULL);
|
||||
//sigaction(SIGABRT, &sigIntHandler, NULL);
|
||||
|
||||
cv::Mat frame;
|
||||
|
||||
|
Reference in New Issue
Block a user