controlled_time: remove

We don't need it for testing at the moment, and if we do it'll have
to change to relative anyway now we're going to use time_mono().

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-11-09 18:54:15 +10:30
parent c5de5d4c39
commit 4bed6c8c67
12 changed files with 2 additions and 116 deletions

View File

@@ -3,7 +3,6 @@
#include "chaintopology.h"
#include "close_tx.h"
#include "commit_tx.h"
#include "controlled_time.h"
#include "cryptopkt.h"
#include "htlc.h"
#include "lightningd.h"