diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-24 17:53:10 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-24 17:53:10 +0100 |
commit | 862ed50d7db6dad591bee045a7864e8310f1fbcc (patch) | |
tree | 480da4a128a54e9f0829dcaab52aed377327b666 /src/include | |
parent | 16002d20785785c03647d1648501aac3e9ce38bb (diff) |
Auditor tests.
Fix double connection.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 6 |
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; |