summaryrefslogtreecommitdiffstats
path: root/source/include/libsmbclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/libsmbclient.h')
-rw-r--r--source/include/libsmbclient.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/include/libsmbclient.h b/source/include/libsmbclient.h
index 46896d68e48..6d3a0cda09d 100644
--- a/source/include/libsmbclient.h
+++ b/source/include/libsmbclient.h
@@ -339,13 +339,6 @@ typedef int (*smbc_remove_cached_srv_fn)(SMBCCTX * c, SMBCSRV *srv);
typedef int (*smbc_purge_cached_fn) (SMBCCTX * c);
-/* close was renamed to close_fn, because close is often a macro.
- * Allow backward compatability where this is not the case */
-#ifndef close
-#define close close_fn
-#endif
-
-
/**@ingroup structure
* Structure that contains a client context information
* This structure is know as SMBCCTX