Remove "end of trace" notification headers
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 11 May 2017 16:49:12 +0000 (12:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:42 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/Makefile.am
include/babeltrace/graph/notification-eot-internal.h [deleted file]
include/babeltrace/graph/notification-eot.h [deleted file]

index 581478203615d04c87187e0b23e8137886f2990a..5bad3b7581caa14447e7d1a17593371f07d70a63 100644 (file)
@@ -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 (file)
index e69de29..0000000
diff --git a/include/babeltrace/graph/notification-eot.h b/include/babeltrace/graph/notification-eot.h
deleted file mode 100644 (file)
index f6802d5..0000000
+++ /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 <jeremie.galarneau@efficios.com>
- *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
- * 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 */
This page took 0.025092 seconds and 4 git commands to generate.