summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/abrt_types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/abrt_types.h b/src/include/abrt_types.h
index 200946e1..71cd67e1 100644
--- a/src/include/abrt_types.h
+++ b/src/include/abrt_types.h
@@ -65,14 +65,6 @@ typedef std::map<std::string, map_string_t> map_map_string_t;
typedef std::map<std::string, vector_string_t> map_vector_string_t;
typedef std::map<std::string, vector_pair_string_string_t> map_vector_pair_string_string_t;
-/* Report() method return type */
-typedef map_vector_string_t report_status_t;
-/* map_vector_string_t's vector element meaning: */
-#define REPORT_STATUS_IDX_FLAG 0
-#define REPORT_STATUS_IDX_MSG 1
-/* Holds result of .conf file section parsing: map["name"] = "value" */
-typedef map_string_t map_plugin_settings_t;
-
#endif /* __cplusplus */
#endif