stuff
[oweals/gnunet.git] / src / util / resolver_api.c
index 6d874cce8f6988f90758e6f4c7ac484064b9c275..94844289e261c2141cca2a199671ec1ca6144a37 100644 (file)
@@ -668,30 +668,6 @@ GNUNET_RESOLVER_hostname_get (struct GNUNET_SCHEDULER_Handle *sched,
 }
 
 
-/**
- * Get local hostname
- * @return hostname
- */
-char *
-GNUNET_RESOLVER_local_hostname_get ( )
-{
-
-  char hostname[GNUNET_OS_get_hostname_max_length() + 1];
-
-
-  if (0 != gethostname (hostname, sizeof (hostname) - 1))
-    {
-      GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR |
-                           GNUNET_ERROR_TYPE_BULK, "gethostname");
-      return NULL;
-    }
-#if DEBUG_RESOLVER
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              _("Resolving our hostname `%s'\n"), hostname);
-#endif
-  return GNUNET_strdup (hostname);
-}
-
 /**
  * Get local fully qualified domain name
  * @return fqdn