summaryrefslogtreecommitdiff
path: root/lib/util/debug.h
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-01-09 15:07:36 -0700
committerChristof Schmitt <cs@samba.org>2015-03-23 21:22:11 +0100
commitf1f3804f6c9d835d30a4a1c6ddb3b1a47b26a7ae (patch)
tree398123aa2d90b857b56ccb2ae241fff374df5b06 /lib/util/debug.h
parentd8ba76e9975463864691918096331e640929c54e (diff)
downloadsamba-f1f3804f6c9d835d30a4a1c6ddb3b1a47b26a7ae.tar.gz
debug: Remove now unused syslog variables from debug_settings
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'lib/util/debug.h')
-rw-r--r--lib/util/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util/debug.h b/lib/util/debug.h
index 9a3accc0c99..379572fed81 100644
--- a/lib/util/debug.h
+++ b/lib/util/debug.h
@@ -224,8 +224,6 @@ enum debug_logtype {
struct debug_settings {
size_t max_log_size;
- int syslog;
- bool syslog_only;
bool timestamp_logs;
bool debug_prefix_timestamp;
bool debug_hires_timestamp;