summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-31 22:28:35 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-31 22:28:35 +0000
commit926350684c452b7d8c73cd2c11bed49be6139f17 (patch)
treefb381e38578c1c0748dd1ea68d1892b70066d3bd /lib/common
parentea96cab5ecd516360b684703de3f38981ce82b9e (diff)
Revert to trunk
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/FdGetLine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/common/FdGetLine.h b/lib/common/FdGetLine.h
index a18007a3..fecb0371 100644
--- a/lib/common/FdGetLine.h
+++ b/lib/common/FdGetLine.h
@@ -14,10 +14,6 @@
#ifdef NDEBUG
#define FDGETLINE_BUFFER_SIZE 1024
-#elif defined WIN32
- // need enough space for at least one unicode character
- // in UTF-8 when calling console_read() from bbackupquery
- #define FDGETLINE_BUFFER_SIZE 5
#else
#define FDGETLINE_BUFFER_SIZE 4
#endif