aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common.cpp b/src/common.cpp
index a796baca..84c3de65 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -689,11 +689,6 @@ void debug(int level, const char *msg, ...)
errno = errno_old;
}
-void print_stderr(const wcstring &str)
-{
- fprintf(stderr, "%ls\n", str.c_str());
-}
-
void read_ignore(int fd, void *buff, size_t count)
{
size_t ignore __attribute__((unused));