diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-25 09:10:35 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-25 09:10:35 +0200 |
commit | 94b268ac2a4de1925df9b30c3d30c9ce93b17a7c (patch) | |
tree | def137f53924809d8e37c2696d076d0c13c2ed5a /src | |
parent | 92dc0c285aa906703485443712c682e56946836c (diff) |
Remove useless comment
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange-lib/testing_api_loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_loop.c b/src/exchange-lib/testing_api_loop.c index fa7a4274c..54323d6b4 100644 --- a/src/exchange-lib/testing_api_loop.c +++ b/src/exchange-lib/testing_api_loop.c @@ -72,7 +72,6 @@ TALER_TESTING_interpreter_lookup_command #define BATCH_INDEX 1 struct TALER_TESTING_Command *batch; - /* NEED BATCH HERE FROM TRAIT. */ GNUNET_assert (GNUNET_OK == TALER_TESTING_get_trait_cmd (cmd, BATCH_INDEX, &batch)); |