Removed unused function messing up the symbols.

Review URL: http://webrtc-codereview.appspot.com/336006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1283 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pwestin@webrtc.org 2011-12-22 09:48:48 +00:00
parent 43761beb47
commit 093ffad26b

View File

@ -63,15 +63,6 @@
(int)(nlh)->nlmsg_len >= (int)sizeof(struct nlmsghdr) && \
(int)(nlh)->nlmsg_len <= (len))
WebRtc_UWord32 timeGetTime()
{
struct timeval tv;
struct timezone tz;
WebRtc_UWord32 val;
gettimeofday(&tv, &tz);
val= tv.tv_sec*1000+ tv.tv_usec/1000;
return(val);
}
#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_MAC)
namespace webrtc {