From: Philippe Proulx Date: Thu, 11 May 2017 16:49:12 +0000 (-0400) Subject: Remove "end of trace" notification headers X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d9a3b53638f17612ce06901e49c794283edc2b27;p=deliverable%2Fbabeltrace.git Remove "end of trace" notification headers Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/Makefile.am b/include/Makefile.am index 581478203..5bad3b758 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 e69de29bb..000000000 diff --git a/include/babeltrace/graph/notification-eot.h b/include/babeltrace/graph/notification-eot.h deleted file mode 100644 index f6802d5d7..000000000 --- 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 */