Changeset 7acc46c4f52ca30047c0bea33ec63ac922cf6b0f

Show
Ignore:
Timestamp:
18/09/07 18:27:50 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190132870 +0000
git-parent:

[552e595131c5f1d66eba8e3c22c2b1c509be5153]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190132870 +0000
Message:

Remove dead code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_output/udp.c

    r552e595 r7acc46c  
    5252#define MAX_EMPTY_BLOCKS 200 
    5353 
    54 #if defined(WIN32) || defined(UNDER_CE) 
    55 # define WINSOCK_STRERROR_SIZE 20 
    56 static const char *winsock_strerror( char *buf ) 
    57 { 
    58     snprintf( buf, WINSOCK_STRERROR_SIZE, "Winsock error %d", 
    59               WSAGetLastError( ) ); 
    60     buf[WINSOCK_STRERROR_SIZE - 1] = '\0'; 
    61     return buf; 
    62 } 
    63 #endif 
    64  
    6554/***************************************************************************** 
    6655 * Module descriptor