Update of /cvsroot/simplemail/simplemail/tests
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25067/tests
Modified Files:
imap2_unittest.c
Log Message:
Removed custom implementations of functions needed for tcp.
Index: imap2_unittest.c
===================================================================
RCS file: /cvsroot/simplemail/simplemail/tests/imap2_unittest.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- imap2_unittest.c 26 Dec 2013 18:37:28 -0000 1.21
+++ imap2_unittest.c 21 Feb 2014 06:32:26 -0000 1.22
@@ -33,25 +33,6 @@
/*************************************************************/
-int open_socket_lib(void)
-{
- return 1;
-}
-
-void close_socket_lib(void)
-{
-}
-
-void myclosesocket(int fd)
-{
- close(fd);
-}
-
-long tcp_errno(void)
-{
- return errno;
-}
-
void main_set_progress(unsigned int max_work, unsigned int work)
{
}
|