summaryrefslogtreecommitdiff
path: root/include/thr_alarm.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2012-01-24 19:18:22 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2012-01-24 19:18:22 +0100
commit398c935db30f934cd231fb5566a2bce7917a621c (patch)
treeab7ae524a0c8d44114fe2bcdb821bc6959bf853a /include/thr_alarm.h
parentd50649ecf787d4adf80544e892a00a709db37f32 (diff)
downloadmariadb-git-398c935db30f934cd231fb5566a2bce7917a621c.tar.gz
further reduce diffs to 5.5, monty review
Diffstat (limited to 'include/thr_alarm.h')
-rw-r--r--include/thr_alarm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/thr_alarm.h b/include/thr_alarm.h
index 66e344d10fd..8de70d4cdb8 100644
--- a/include/thr_alarm.h
+++ b/include/thr_alarm.h
@@ -93,7 +93,6 @@ typedef struct st_alarm {
extern uint thr_client_alarm;
extern pthread_t alarm_thread;
-
#define thr_alarm_init(A) (*(A))=0
#define thr_alarm_in_use(A) (*(A)!= 0)
void init_thr_alarm(uint max_alarm);