Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
e4980cf9
Commit
e4980cf9
authored
Dec 29, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32: remove unused net_strerror()
parent
c4199ab6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
include/vlc_network.h
include/vlc_network.h
+0
-1
src/win32/winsock.c
src/win32/winsock.c
+0
-10
No files found.
include/vlc_network.h
View file @
e4980cf9
...
...
@@ -38,7 +38,6 @@
# include <winsock2.h>
# include <ws2tcpip.h>
# define net_errno (WSAGetLastError())
extern
const
char
*
net_strerror
(
int
val
);
struct
iovec
{
...
...
src/win32/winsock.c
View file @
e4980cf9
...
...
@@ -23,18 +23,8 @@
#endif
#include <vlc_common.h>
#include <errno.h>
#include <vlc_network.h>
const
char
*
net_strerror
(
int
value
)
{
/* There doesn't seem to be any portable error message generation for
* Winsock errors. Some old versions had s_error, but it appears to be
* gone, and is not documented.
*/
return
vlc_strerror
(
value
);
}
#if 0
ssize_t vlc_sendmsg (int s, struct msghdr *hdr, int flags)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment