From 8a3f76ae1b9baa9307ebe5aeee1248f1abc325da Mon Sep 17 00:00:00 2001 From: ice0 Date: Oct 11 2019 15:58:16 +0000 Subject: removed ipc from the ETL library (not used anywhere) --- diff --git a/ETL/ETL/CMakeLists.txt b/ETL/ETL/CMakeLists.txt index 643299e..34a962b 100644 --- a/ETL/ETL/CMakeLists.txt +++ b/ETL/ETL/CMakeLists.txt @@ -21,7 +21,6 @@ set(ETL_HEADERS "${CMAKE_CURRENT_LIST_DIR}/ref_count" "${CMAKE_CURRENT_LIST_DIR}/trivial" "${CMAKE_CURRENT_LIST_DIR}/smach" - "${CMAKE_CURRENT_LIST_DIR}/ipc" "${CMAKE_CURRENT_LIST_DIR}/value" "${CMAKE_CURRENT_LIST_DIR}/pen" "${CMAKE_CURRENT_LIST_DIR}/angle" diff --git a/ETL/ETL/Makefile.am b/ETL/ETL/Makefile.am index d038f6f..fa22b67 100644 --- a/ETL/ETL/Makefile.am +++ b/ETL/ETL/Makefile.am @@ -20,7 +20,6 @@ etl_HEADERS = \ _ref_count.h \ angle \ handle \ - ipc \ thread \ fixed \ clock \ diff --git a/ETL/ETL/ipc b/ETL/ETL/ipc deleted file mode 100644 index 5c31519..0000000 --- a/ETL/ETL/ipc +++ /dev/null @@ -1,41 +0,0 @@ -// -*- C++ -*- -/*! ======================================================================== -** Extended Template and Library -** Inter-Process Commumnication Classes -** $Id$ -** -** Copyright (c) 2002 Robert B. Quattlebaum Jr. -** -** This package 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 package 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. -** -** === N O T E S =========================================================== -** -** ========================================================================= */ - -/* === S T A R T =========================================================== */ - -#ifndef __ETL__IPC__ -#define __ETL__IPC__ - -/* === H E A D E R S ======================================================= */ - -#include "etl_config.h" - -#include "_mutex_null.h" - -#include "_mutex_pthreads.h" - -#include "_condition.h" -#include "_rwlock.h" - -/* === E N D =============================================================== */ - -#endif