From 7ae1825a3c2806ca237ec240f22a806d1af84ae9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 28 Feb 2019 18:04:42 +0100 Subject: [PATCH] Remove cruft, unused files --- instant.xml | 7 ------- libs/pbd/pbd/forkexec.h | 30 ------------------------------ 2 files changed, 37 deletions(-) delete mode 100644 instant.xml delete mode 100644 libs/pbd/pbd/forkexec.h diff --git a/instant.xml b/instant.xml deleted file mode 100644 index 450abfbc84..0000000000 --- a/instant.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/libs/pbd/pbd/forkexec.h b/libs/pbd/pbd/forkexec.h deleted file mode 100644 index f0a077cc9d..0000000000 --- a/libs/pbd/pbd/forkexec.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - Copyright (C) 2000-2007 Paul Davis - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -*/ - -#ifndef __forkexec_h__ -#define __forkexec_h__ - -#include - -#include "pbd/libpbd_visibility.h" - -LIBPBD_API pid_t forkexec(char **argv, char **envp, int outpipe[2], int inpipe[2]); -LIBPBD_API pid_t forkexec_cmd(char *cmd, char **envp, int outpipe[2], int inpipe[2]); - -#endif // __forkexec_h__ -- 2.30.2