Commit c1bedde5 c1bedde563005931bd89fd9eb947b6d8ffb85814 by Sergey Poznyakoff

Removed debugging hook

1 parent 921d1718
...@@ -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
......