Removed debugging hook
Showing
1 changed file
with
1 additions
and
7 deletions
... | @@ -135,11 +135,5 @@ imap4d_append0 (mailbox_t mbox, int flags, char *text) | ... | @@ -135,11 +135,5 @@ imap4d_append0 (mailbox_t mbox, int flags, char *text) |
135 | return rc; | 135 | return rc; |
136 | } | 136 | } |
137 | 137 | ||
138 | int | 138 | |
139 | wd() | ||
140 | { | ||
141 | volatile int _s = 0; | ||
142 | while (!_s) | ||
143 | ; | ||
144 | } | ||
145 | 139 | ... | ... |
-
Please register or sign in to post a comment