Commit da7c8f92109b857356ba1c87961ecfac8f539c83

Authored by Imanol-Mikel Barba Sabariego
1 parent f70381e2

Fixed merge fail

Showing 1 changed file with 0 additions and 8 deletions
check_smart/check_smart.cpp
... ... @@ -198,14 +198,6 @@ void set_timeout(unsigned int sec)
198 198 memset (&sa, 0, sizeof (sa));
199 199 sa.sa_handler = &timer_handler;
200 200 sigaction (SIGVTALRM, &sa, 0);
201   -<<<<<<< HEAD
202   -<<<<<<< HEAD
203   -=======
204   -
205   ->>>>>>> f3a48aed56edc3f5053f68421dbc764d5930797f
206   -=======
207   -
208   ->>>>>>> f3a48aed56edc3f5053f68421dbc764d5930797f
209 201 }
210 202  
211 203 int main(int argc, char **argv)
... ...