summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/action
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-08-23 09:15:43 +0200
committerNélio Laranjeiro2012-10-19 14:25:43 +0200
commit4e1735cfe54a38d9083332a6779dce000c0cb44e (patch)
treef074c3a006bb73a85db92be7d84b1b37974bbbe6 /cesar/cp/eoc/sta/action
parenta44bc16eb0575e01ab0805d968e0dce80453adce (diff)
cesar/cp/eoc/sta/action: remove empty header file, refs #2917
Diffstat (limited to 'cesar/cp/eoc/sta/action')
-rw-r--r--cesar/cp/eoc/sta/action/action.h11
-rw-r--r--cesar/cp/eoc/sta/action/assoc.h26
2 files changed, 1 insertions, 36 deletions
diff --git a/cesar/cp/eoc/sta/action/action.h b/cesar/cp/eoc/sta/action/action.h
index 168bed77a1..ae90ccb28f 100644
--- a/cesar/cp/eoc/sta/action/action.h
+++ b/cesar/cp/eoc/sta/action/action.h
@@ -15,17 +15,8 @@
*/
#include "cp/sta/action/action.h"
-#include "cp/eoc/sta/action/assoc.h"
#include "cp/eoc/sta/action/assoc_slave.h"
#include "cp/eoc/sta/action/drv.h"
#include "cp/eoc/sta/action/vs.h"
-BEGIN_DECLS
-
-/* Declared in VARIANT :
- * - cp_sta_action_init
- */
-
-END_DECLS
-
-#endif
+#endif /* cp_eoc_sta_action_action_h */
diff --git a/cesar/cp/eoc/sta/action/assoc.h b/cesar/cp/eoc/sta/action/assoc.h
deleted file mode 100644
index 0549ffab1f..0000000000
--- a/cesar/cp/eoc/sta/action/assoc.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef cp_eoc_sta_action_assoc_h
-#define cp_eoc_sta_action_assoc_h
-/* Cesar project {{{
- *
- * Copyright (C) 2009 Spidcom
- *
- * <<<Licence>>>
- *
- * }}} */
-/**
- * \file cp/sta/eoc/action/assoc.h
- * \brief STA action, association related definitions.
- * \ingroup cp_eoc_sta_action
- *
- */
-
-BEGIN_DECLS
-
-/* Declared in VARIANT :
- * - cp_eoc_sta_action_assoc_init
- * - cp_eoc_sta_action_assoc__start_retry_timer
- */
-
-END_DECLS
-
-#endif /* cp_eoc_sta_action_assoc_h */