mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
common: remove unused json_add_double()
Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
faac4b28ad
commit
6b7db1ea7c
@@ -547,11 +547,6 @@ void json_add_num(struct json_stream *result, const char *fieldname, unsigned in
|
||||
json_add_member(result, fieldname, false, "%u", value);
|
||||
}
|
||||
|
||||
void json_add_double(struct json_stream *result, const char *fieldname, double value)
|
||||
{
|
||||
json_add_member(result, fieldname, false, "%f", value);
|
||||
}
|
||||
|
||||
void json_add_u64(struct json_stream *result, const char *fieldname,
|
||||
uint64_t value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user