From d9a3b53638f17612ce06901e49c794283edc2b27 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 11 May 2017 12:49:12 -0400 Subject: [PATCH] Remove "end of trace" notification headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/Makefile.am | 2 - .../graph/notification-eot-internal.h | 0 include/babeltrace/graph/notification-eot.h | 38 ------------------- 3 files changed, 40 deletions(-) delete mode 100644 include/babeltrace/graph/notification-eot-internal.h delete mode 100644 include/babeltrace/graph/notification-eot.h diff --git a/include/Makefile.am b/include/Makefile.am index 58147820..5bad3b75 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -47,7 +47,6 @@ babeltracegraphinclude_HEADERS = \ babeltrace/graph/component.h \ babeltrace/graph/connection.h \ babeltrace/graph/graph.h \ - babeltrace/graph/notification-eot.h \ babeltrace/graph/notification-event.h \ babeltrace/graph/notification-heap.h \ babeltrace/graph/notification-inactivity.h \ @@ -109,7 +108,6 @@ noinst_HEADERS = \ babeltrace/graph/component-source-internal.h \ babeltrace/graph/connection-internal.h \ babeltrace/graph/graph-internal.h \ - babeltrace/graph/notification-eot-internal.h \ babeltrace/graph/notification-event-internal.h \ babeltrace/graph/notification-heap-internal.h \ babeltrace/graph/notification-inactivity-internal.h \ diff --git a/include/babeltrace/graph/notification-eot-internal.h b/include/babeltrace/graph/notification-eot-internal.h deleted file mode 100644 index e69de29b..00000000 diff --git a/include/babeltrace/graph/notification-eot.h b/include/babeltrace/graph/notification-eot.h deleted file mode 100644 index f6802d5d..00000000 --- a/include/babeltrace/graph/notification-eot.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef BABELTRACE_GRAPH_NOTIFICATION_EOT_H -#define BABELTRACE_GRAPH_NOTIFICATION_EOT_H - -/* - * BabelTrace - Plug-in End of Trace Notification - * - * Copyright 2015 Jérémie Galarneau - * - * Author: Jérémie Galarneau - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - */ - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* BABELTRACE_GRAPH_NOTIFICATION_EOT_H */ -- 2.34.1