Delete const.h

This commit is contained in:
Nuño Sempere 2018-04-07 15:48:58 +02:00 committed by GitHub
parent f7265e5c8a
commit 6342f59fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +0,0 @@
#ifndef __CONST_H_
#define __CONST_H_
#define REJECT -1
#define ACCEPT -2
#endif