Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel
diff --git a/src/netconf.h b/src/netconf.h
index ab8baa5..6182a1a 100644
--- a/src/netconf.h
+++ b/src/netconf.h
@@ -117,14 +117,6 @@
  */
 void nc_thread_destroy(void);
 
-/**
- * @brief Free all the dynamically allocated libssh and libssl/libcrypto resources.
- *
- *        No libnetconf2 SSH/TLS, libssh, and libcrypto/libssl function should be
- *        called afterwards.
- */
-void nc_destroy(void);
-
 #endif /* NC_ENABLED_SSH || NC_ENABLED_TLS */
 
 /**