Remove duplicate typedef

This commit is contained in:
Dietrich Epp 2022-03-31 15:09:55 -04:00
parent 940614c032
commit 7ee3dd3d99
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@ struct Metadata {
struct Timestamp mod_time;
};
/* A reference to a file node by index, or 0 for none. */
typedef int FileRef;
/* Information about a local and remote file or directory. */
struct FileRec {
FileName name[2];