diff options
-rw-r--r-- | src/journal/journal-internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/journal/journal-internal.h b/src/journal/journal-internal.h index 482ef61b9a..64d05f0e1e 100644 --- a/src/journal/journal-internal.h +++ b/src/journal/journal-internal.h @@ -33,9 +33,6 @@ #include "hashmap.h" #include "journal-file.h" -typedef enum MatchType MatchType; -typedef enum LocationType LocationType; - typedef struct Match Match; typedef struct Location Location; typedef struct Directory Directory; |