daemon/common.c: remove unused function
[collectd.git] / src / daemon / common.h
index c3f7f54..7b4eb3a 100644 (file)
@@ -224,8 +224,6 @@ int escape_string (char *buffer, size_t buffer_size);
  */
 void replace_special (char *buffer, size_t buffer_size);
 
-int strsubstitute (char *str, char c_from, char c_to);
-
 /*
  * NAME
  *   strunescape