summaryrefslogtreecommitdiffstats
path: root/src/dbstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbstruct.h')
-rw-r--r--src/dbstruct.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/dbstruct.h b/src/dbstruct.h
index 1b7a9be..2df2aed 100644
--- a/src/dbstruct.h
+++ b/src/dbstruct.h
@@ -26,16 +26,6 @@ struct syrep_meta {
uint32_t last_seen;
};
-/* struct syrep_namels { */
-/* uint32_t last_seen; */
-/* struct syrep_name name; */
-/* }; */
-
-/* struct syrep_mdls { */
-/* uint32_t last_seen; */
-/* struct syrep_md md; */
-/* }; */
-
struct syrep_timestamp {
uint32_t t;
};
@@ -55,8 +45,4 @@ struct syrep_version {
*
*/
-/*
- * syrep_namels :: syrep_md => namels_md
- * syrep_mdls :: syrep_name => mdls_name
- */
#endif