Skip to content

Commit 043aa32

Browse files
committed
remove support for Symbian OS
1 parent 95b1a99 commit 043aa32

21 files changed

+1
-2707
lines changed

docs/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Supported platforms:
130130
* FreeBSD
131131
* OpenBSD
132132
* NetBSD
133-
* Symbian OS
133+
* Symbian OS (not supported)
134134
* Solaris
135135
* Windows
136136
* Apple Mac OS X and iOS

include/re_net.h

-6
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,3 @@ void net_conn_stop(void);
129129
/* Net strings */
130130
const char *net_proto2name(int proto);
131131
const char *net_af2name(int af);
132-
133-
134-
/* todo: this does not really belong here.. */
135-
#ifdef __SYMBIAN32__
136-
int kerr2errno(int kerr);
137-
#endif

include/re_tcp.h

-7
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ int tcp_connect(struct tcp_conn **tcp, const struct sa *peer,
8484
int tcp_local_get(const struct tcp_sock *ts, struct sa *local);
8585

8686

87-
#ifdef __SYMBIAN32__
88-
struct RSocketServ;
89-
struct RConnection;
90-
void tcp_rconn_set(struct RSocketServ *sockSrv, struct RConnection *rconn);
91-
#endif
92-
93-
9487
/* Helper API */
9588
typedef bool (tcp_helper_estab_h)(int *err, bool active, void *arg);
9689
typedef bool (tcp_helper_send_h)(int *err, struct mbuf *mb, void *arg);

include/re_udp.h

-7
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,3 @@ int udp_register_helper(struct udp_helper **uhp, struct udp_sock *us,
5656
void *arg);
5757
int udp_send_helper(struct udp_sock *us, const struct sa *dst,
5858
struct mbuf *mb, struct udp_helper *uh);
59-
60-
61-
#ifdef __SYMBIAN32__
62-
struct RConnection;
63-
struct RSocketServ;
64-
void udp_rconn_set(struct RSocketServ *sockSrv, struct RConnection *rconn);
65-
#endif

mk/symbian/bld.inf

-62
This file was deleted.

mk/symbian/dll.cpp

-10
This file was deleted.

mk/symbian/ecrt.cpp

-31
This file was deleted.

mk/symbian/re.mmp

-155
This file was deleted.

mk/symbian/rebfcp.mmp

-41
This file was deleted.

mk/symbian/redns.mmp

-38
This file was deleted.

0 commit comments

Comments
 (0)