summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-24 17:53:10 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-24 17:53:10 +0100
commit862ed50d7db6dad591bee045a7864e8310f1fbcc (patch)
tree480da4a128a54e9f0829dcaab52aed377327b666 /src/include
parent16002d20785785c03647d1648501aac3e9ce38bb (diff)
downloadexchange-862ed50d7db6dad591bee045a7864e8310f1fbcc.tar.gz
exchange-862ed50d7db6dad591bee045a7864e8310f1fbcc.tar.bz2
exchange-862ed50d7db6dad591bee045a7864e8310f1fbcc.zip
Auditor tests.
Fix double connection.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 711a13235..6573d2cd7 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -370,12 +370,6 @@ struct TALER_TESTING_Interpreter
int working;
/**
- * Is the auditor running (#GNUNET_YES) or waiting
- * for /version (#GNUNET_NO)?
- */
- int auditor_working;
-
- /**
* How often have we gotten a /keys response so far?
*/
unsigned int key_generation;