summaryrefslogtreecommitdiff
path: root/content/urldb.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.c')
-rw-r--r--content/urldb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/urldb.c b/content/urldb.c
index 77351ae82..b190da5eb 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -4301,7 +4301,6 @@ void urldb_save_cookies(const char *filename)
if (!fp)
return;
- fprintf(fp, "# >%s\n", filename);
fprintf(fp, "# NetSurf cookies file.\n"
"#\n"
"# Lines starting with a '#' are comments, "