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:
parent
43761beb47
commit
093ffad26b
@ -63,15 +63,6 @@
|
|||||||
(int)(nlh)->nlmsg_len >= (int)sizeof(struct nlmsghdr) && \
|
(int)(nlh)->nlmsg_len >= (int)sizeof(struct nlmsghdr) && \
|
||||||
(int)(nlh)->nlmsg_len <= (len))
|
(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)
|
#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_MAC)
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
Loading…
Reference in New Issue
Block a user