Remove unused function
[pspp] / src / data / file-name.h
index 8e04d36a926dffb80618b236f60cf7e4309d802b..d37b2547e1511d8851534deca17bb69aad2a89db 100644 (file)
@@ -37,8 +37,6 @@ const char *fn_getenv_default (const char *variable, const char *def);
 FILE *fn_open (const char *fn, const char *mode);
 int fn_close (const char *fn, FILE *file);
 
-FILE *create_stream (const char *fn, const char *mode, mode_t permissions);
-
 struct file_identity *fn_get_identity (const char *file_name);
 void fn_free_identity (struct file_identity *);
 int fn_compare_file_identities (const struct file_identity *,