chore: remove time_utils.rs
authorDhananjayPurohit <dhananjaypurohit7@gmail.com>
Tue, 26 Sep 2023 09:24:00 +0000 (14:54 +0530)
committerDhananjayPurohit <dhananjaypurohit7@gmail.com>
Thu, 28 Sep 2023 07:59:48 +0000 (13:29 +0530)
No longer needed time_utils in lightning-invoice

lightning-invoice/src/lib.rs
lightning-invoice/src/time_utils.rs [deleted symlink]

index 8ccd9d979ab139899731d3724566b0b12e27069d..0262d36e2471145c4f11eaddc9d229f4df606cb1 100644 (file)
@@ -30,8 +30,6 @@ compile_error!("at least one of the `std` or `no-std` features must be enabled")
 pub mod payment;
 pub mod utils;
 
-pub(crate) mod time_utils;
-
 extern crate bech32;
 extern crate bitcoin_hashes;
 #[macro_use] extern crate lightning;
diff --git a/lightning-invoice/src/time_utils.rs b/lightning-invoice/src/time_utils.rs
deleted file mode 120000 (symlink)
index 5326cff..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../lightning/src/util/time.rs
\ No newline at end of file