aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-22 20:58:43 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-22 21:00:03 +0000
commite6e8b144053f4eeda369e53cde01056daceddd03 (patch)
tree422c4528c58cc967ae045ffdf37c8eadab2d15da /src/tool_cfgable.h
parentb914e7ed02d7e69cfcc47e8a3f47eaaaf111b4cb (diff)
tool_cfgable: Removed list_engine flag from config structure
In preparation for separating the global config options from the per operation config options, reworked the list engines code to not use a member variable in the Configurable structure.
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index 2462ac7cd..9cc262526 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -120,7 +120,6 @@ struct Configurable {
char *pubkey;
char *hostpubmd5;
char *engine;
- bool list_engines;
bool crlf;
char *customrequest;
char *krblevel;