aboutsummaryrefslogtreecommitdiff
path: root/tests/server/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server/tftp.h')
-rw-r--r--tests/server/tftp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/server/tftp.h b/tests/server/tftp.h
index b991875cc..d6c7acec5 100644
--- a/tests/server/tftp.h
+++ b/tests/server/tftp.h
@@ -46,12 +46,6 @@ struct tftphdr {
#define th_code th_block
#define th_msg th_data
-#define opcode_RRQ 1
-#define opcode_WRQ 2
-#define opcode_DATA 3
-#define opcode_ACK 4
-#define opcode_ERROR 5
-
#define EUNDEF 0
#define ENOTFOUND 1
#define EACCESS 2