]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
contract label length to conf params
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 6 Dec 2007 21:17:40 +0000 (21:17 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 6 Dec 2007 21:17:40 +0000 (21:17 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@925 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_core_types.h

index e0c72810a8423e089531bcc5959c65d4d9de7a51..a78800055d2a28cc6eb5b90f77d32b9dc702be59 100644 (file)
@@ -139,7 +139,6 @@ typedef enum {
 } frsh_contract_type_t;
 
 // The name of this constant has been updated to have the FRSH_ prefix
-#define FRSH_CONTRACT_LABEL_MAXLENGTH 15
 typedef char frsh_contract_label_t[FRSH_CONTRACT_LABEL_MAXLENGTH + 1];
 
 /**