Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaykrell <jay.krell@cornell.edu>2018-02-15 06:25:27 +0300
committerGitHub <noreply@github.com>2018-02-15 06:25:27 +0300
commitb90d8ec387a98ccb356dba673fccc5675c56ec9b (patch)
treede83d1afe0cf64f1929fb01c042ccce0a3eb4937 /support
parent4a83009a036ec428053560c25848838249475180 (diff)
Remove GetNLSocket which is unused and produces a warning because it is unprototyped. (#6691)
Diffstat (limited to 'support')
-rw-r--r--support/nl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/support/nl.c b/support/nl.c
index 88babdae391..33a4a3b8e6f 100644
--- a/support/nl.c
+++ b/support/nl.c
@@ -366,12 +366,6 @@ CloseNLSocket (gpointer sock)
}
#else
int
-GetNLSocket (void)
-{
- return -1;
-}
-
-int
ReadEvents (gpointer sock, gpointer buffer, gint32 count, gint32 size)
{
return 0;