Przeglądaj źródła

remove old files

ambrop7 14 lat temu
rodzic
commit
396c0158cc
2 zmienionych plików z 0 dodań i 18 usunięć
  1. 0 8
      security/OTPChecker.bstruct
  2. 0 10
      tests/bstruct_test.bstruct

+ 0 - 8
security/OTPChecker.bstruct

@@ -1,8 +0,0 @@
-structure oc_table ("int num_entries") {
-    "uint16_t" id;
-    "struct OTPChecker_entry" entries["num_entries"];
-};
-
-structure oc_tables ("int num_tables, int num_entries") {
-    structure oc_table("num_entries") tables["num_tables"];
-};

+ 0 - 10
tests/bstruct_test.bstruct

@@ -1,10 +0,0 @@
-structure str0 ("int n") {
-    "int" x["n"];
-};
-
-structure str1 ("int nb, int nc, int m") {
-    "int" a;
-    "char" b["nb"];
-    "double" c["nc"];
-    structure str0("m") d;
-};