Remove unused errors

This commit is contained in:
2025-06-01 13:53:29 -04:00
parent 799fafafe9
commit d6820580d9
2 changed files with 4 additions and 6 deletions
+3 -5
View File
@@ -9,9 +9,7 @@ const (
AnsiError = "\033[38;5;9m"
AnsiReset = "\033[0m"
ErrorRead = 101
ErrorWrite = 102
ErrorTargetNotFound = 105
ErrorTargetWrongType = 107
ErrorOther = 111
ErrorRead = 101
ErrorWrite = 102
ErrorTargetNotFound = 105
)