Remove unused declarations.
[tinc] / src / script.h
index 5172034..dfad55b 100644 (file)
@@ -28,7 +28,6 @@ typedef struct environment {
 } environment_t;
 
 extern int environment_add(environment_t *env, const char *format, ...);
-extern int environment_placeholder(environment_t *env);
 extern void environment_update(environment_t *env, int pos, const char *format, ...);
 extern void environment_init(environment_t *env);
 extern void environment_exit(environment_t *env);