-Wall -Wformat fixes
[lttv.git] / ltt / branches / poly / ltt / parser.h
index 904109349dcc5ec1f13492e7d5cd45b8ef0919ce..c846697b89099338c938e9fef05784a738f6e133 100644 (file)
@@ -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);
This page took 0.023647 seconds and 4 git commands to generate.