mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Delete left-over method SocketFactory::CreateAsyncSocket
Bug: webrtc:13065 Change-Id: I604fc8c37bfde762a992adfe82f187bc3dd1800d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/231231 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#34936}
This commit is contained in:
parent
b8dce95006
commit
7b5fca4cf4
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ class SocketFactory {
|
|||
|
||||
// Returns a new socket. The type can be SOCK_DGRAM and SOCK_STREAM.
|
||||
virtual Socket* CreateSocket(int family, int type) = 0;
|
||||
// TODO(nisse): Delete old alias, ASAP when downstream code is updated.
|
||||
virtual Socket* CreateAsyncSocket(int family, int type) {
|
||||
return CreateSocket(family, type);
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace rtc
|
||||
|
|
Loading…
Reference in a new issue