From: Magnus Jacobsson Date: Wed, 4 Aug 2021 09:05:30 +0000 (+0200) Subject: common: remove now unused timing.h X-Git-Tag: 3.0.0~107^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b66fda9eede687725ec7c3f4e6a4a680897904f4;p=graphviz common: remove now unused timing.h --- diff --git a/lib/common/timing.h b/lib/common/timing.h deleted file mode 100644 index c830fdda7..000000000 --- a/lib/common/timing.h +++ /dev/null @@ -1,22 +0,0 @@ -/************************************************************************* - * Copyright (c) 2011 AT&T Intellectual Property - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: Details at https://graphviz.org - *************************************************************************/ - -#pragma once - -#ifdef __cplusplus -extern "C" { -#endif - -extern void start_timer(void); -extern double elapsed_sec(void); - -#ifdef __cplusplus -} -#endif