Remove another unused file.

This commit is contained in:
scruzin 2019-01-07 19:31:54 +10:30
parent 1a7048e9f3
commit ad43420270
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
package rtmp
// #define SET_RCVTIMEO(tv,s) int tv = s*1000
// rtmp_sys.h +43
func SET_RCVTIMEO(tv *int32, s int32) {
*tv = s * 1000
}