Преглед на файлове

core: remove ifdef'ed code left over from a commit one year ago

Henning Westerholt преди 14 години
родител
ревизия
2559678551
променени са 1 файла, в които са добавени 0 реда и са изтрити 8 реда
  1. 0 8
      sr_module.h

+ 0 - 8
sr_module.h

@@ -326,14 +326,6 @@ typedef struct kam_cmd_export_ kam_cmd_export_t;
 typedef struct cmd_export_common_ cmd_export_common_t;
 typedef struct sr31_cmd_export_ sr31_cmd_export_t;
 
-#if 0
-union cmd_export_u{
-	cmd_export_common_t c; /* common members for everybody */
-	ser_cmd_export_t v0;
-	kam_cmd_export_t v1;
-};
-#endif
-
 
 /** ser module exports version */
 struct ser_module_exports {