From 1d1c330982f2d634872e8f55a7e59092e6427d9f Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 25 Sep 2021 17:05:16 -0700 Subject: [PATCH] smyrna: remove prototype of 'freeFocus' This function was removed in af92d6ce857bfa235d6fe771088074a9979b7172. --- cmd/smyrna/hier.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/smyrna/hier.h b/cmd/smyrna/hier.h index 86f73bf89..54af1de94 100644 --- a/cmd/smyrna/hier.h +++ b/cmd/smyrna/hier.h @@ -52,7 +52,6 @@ extern "C" { double *, hierparms_t *); focus_t *initFocus(int ncnt); - void freeFocus(focus_t * fs); #ifdef __cplusplus } /* end extern "C" */ -- 2.50.1