fixed keep_alive fix gaffe introduce in previous commit.
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 8 Sep 2008 12:14:33 +0000 (12:14 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 8 Sep 2008 12:14:33 +0000 (12:14 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@983 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target.c

index 5c3a086a52408b480a00d8c5ff219e4be94b259b..679344138939c2aebac8c50bfe0b7977be3933be 100644 (file)
@@ -783,8 +783,6 @@ static int target_call_timer_callbacks_check_time(int checktime)
        target_timer_callback_t *next_callback;
        struct timeval now;
 
-       keep_alive();
-
        gettimeofday(&now, NULL);
 
        while (callback)