From 9f0fcbd84a6ee3655f55629ed4b01d13647ac0c9 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Jul 2021 00:57:13 -0700 Subject: Remove extra wrapper for platform clock support. --- src/supplemental/util/platform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/supplemental') diff --git a/src/supplemental/util/platform.c b/src/supplemental/util/platform.c index 8898b680..ddc2d088 100644 --- a/src/supplemental/util/platform.c +++ b/src/supplemental/util/platform.c @@ -1,5 +1,5 @@ // -// Copyright 2020 Staysail Systems, Inc. +// Copyright 2021 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -18,7 +18,7 @@ nng_time nng_clock(void) { (void) nni_init(); - return (nni_plat_clock()); + return (nni_clock()); } // Sleep for specified msecs. -- cgit v1.2.3-70-g09d2