diff options
author | Omar Polo <op@omarpolo.com> | 2022-09-06 16:25:10 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-09-06 16:25:10 +0000 |
commit | 36e6e793a159a4241b87c62345e4bad2485728c6 (patch) | |
tree | 3eff0072d53492a4309aaa875a98127bdafb2934 | |
parent | 1ab7c96bb305e818b5dfa3b525d5ff635ad12a0a (diff) |
gc FILE_EXECUTABLE
-rw-r--r-- | gmid.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -278,7 +278,6 @@ struct connreq { enum { FILE_EXISTS, - FILE_EXECUTABLE, FILE_DIRECTORY, FILE_MISSING, }; |