summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-07 12:38:59 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-07 14:01:28 +0100
commitb1f9d48ea75ff5a8a25eaeab625063663642904c (patch)
treeee1e49601fcfca562149310171ac5f67d3d07684 /sal/osl
parenta60f2238b625fca910db0d5f8ff897eacc6c5adb (diff)
WaE: function declared 'static' but never defined
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/w32/sockimpl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/osl/w32/sockimpl.h b/sal/osl/w32/sockimpl.h
index 5887df981c4a..48aec0654452 100644
--- a/sal/osl/w32/sockimpl.h
+++ b/sal/osl/w32/sockimpl.h
@@ -89,13 +89,6 @@ typedef struct osl_socket_dialup_impl_st
DWORD m_dwFlags;
} oslSocketDialupImpl;
-static oslSocketDialupImpl* __osl_createSocketDialupImpl (void);
-static void __osl_initSocketDialupImpl (oslSocketDialupImpl *pImpl);
-static void __osl_destroySocketDialupImpl (oslSocketDialupImpl *pImpl);
-
-static sal_Bool __osl_querySocketDialupImpl (void);
-static sal_Bool __osl_attemptSocketDialupImpl (void);
-
/*****************************************************************************/
/* The End */
/*****************************************************************************/