]> granicus.if.org Git - graphviz/commitdiff
common: remove now unused timing.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 4 Aug 2021 09:05:30 +0000 (11:05 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 26 Dec 2021 06:59:16 +0000 (07:59 +0100)
lib/common/timing.h [deleted file]

diff --git a/lib/common/timing.h b/lib/common/timing.h
deleted file mode 100644 (file)
index c830fdd..0000000
+++ /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