X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fparser.h;h=c846697b89099338c938e9fef05784a738f6e133;hb=950683f4336b19c3515f8cfee942be9959cd2214;hp=904109349dcc5ec1f13492e7d5cd45b8ef0919ce;hpb=90699b2bad4ff49fcaf0ad8520d7cf41ffc6c393;p=lttv.git diff --git a/ltt/branches/poly/ltt/parser.h b/ltt/branches/poly/ltt/parser.h index 90410934..c846697b 100644 --- a/ltt/branches/poly/ltt/parser.h +++ b/ltt/branches/poly/ltt/parser.h @@ -167,17 +167,6 @@ char * getValueStrAttribute(parse_file_t *in); char * getDescription(parse_file_t *in); -static char *intOutputTypes[] = { - "int8_t", "int16_t", "int32_t", "int64_t", "short int", "int", "long int" }; - -static char *uintOutputTypes[] = { - "uint8_t", "uint16_t", "uint32_t", "uint64_t", "unsigned short int", - "unsigned int", "unsigned long int" }; - -static char *floatOutputTypes[] = { - "undef", "undef", "float", "double", "undef", "float", "double" }; - - /* Dynamic memory allocation and freeing */ void * memAlloc(int size);