summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-05 23:45:05 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-05 23:45:05 +0200
commitf3819ae60d5055a5560deff835d8a9c8bd6e2324 (patch)
tree5eda2c8721e0d1363959033c5784c14cd373aac4
parentafb1ab2a116bb0b33b5d23d043222965892e8edf (diff)
downloadexchange-f3819ae60d5055a5560deff835d8a9c8bd6e2324.tar.gz
exchange-f3819ae60d5055a5560deff835d8a9c8bd6e2324.tar.bz2
exchange-f3819ae60d5055a5560deff835d8a9c8bd6e2324.zip
undef dead symbol
-rw-r--r--src/include/taler_util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index f0da795a4..797b6691b 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -122,18 +122,6 @@ TALER_config_get_denom (struct GNUNET_CONFIGURATION_Handle *cfg,
/**
- * Get the path to a specific Taler installation directory or, with
- * #GNUNET_OS_IPK_SELF_PREFIX, the current running apps installation
- * directory.
- *
- * @param dirkind what kind of directory is desired?
- * @return a pointer to the dir path (to be freed by the caller)
- */
-char *
-TALER_OS_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind);
-
-
-/**
* Print out details on command line options (implements --help).
*
* @param ctx command line processing context