diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-15 17:24:19 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-15 17:24:19 +0200 |
| commit | 878219c862cd772db54dfa92372678592935626f (patch) | |
| tree | d715e99a2581f4f72f45330e73345844f1f459d3 | |
| parent | e76b410b860cefe5f0a3f6c744f317899186e96b (diff) | |
| download | sdep-878219c862cd772db54dfa92372678592935626f.tar.gz sdep-878219c862cd772db54dfa92372678592935626f.zip | |
Removed unused macro
Diffstat (limited to '')
| -rw-r--r-- | sdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -6,8 +6,6 @@ | |||
| 6 | #include <string.h> | 6 | #include <string.h> |
| 7 | #include <time.h> | 7 | #include <time.h> |
| 8 | 8 | ||
| 9 | #define min(X,Y) (X<Y ? X : Y) | ||
| 10 | |||
| 11 | /* | 9 | /* |
| 12 | * Maximum number of characters in a line. The rest will be truncated. | 10 | * Maximum number of characters in a line. The rest will be truncated. |
| 13 | * Change this if you need very long lines. | 11 | * Change this if you need very long lines. |
