aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index 74640988..d6eb0191 100644
--- a/src/common.h
+++ b/src/common.h
@@ -811,9 +811,6 @@ ssize_t read_loop(int fd, void *buff, size_t count);
void debug(int level, const char *msg, ...);
void debug(int level, const wchar_t *msg, ...);
-/** Writes a string to stderr, followed by a newline */
-void print_stderr(const wcstring &str);
-
/**
Replace special characters with backslash escape sequences. Newline is
replaced with \n, etc.