Add utility function to validate CTF identifiers
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index dc0b7069e196f39457049ac66031eea703f411dd..125b554b49b90f4d23a62f50b61fa91a5fca8aa3 100644 (file)
@@ -69,10 +69,6 @@ struct metadata_context {
        unsigned int current_indentation_level;
 };
 
-/* Checks that the string does not contain a reserved keyword */
-BT_HIDDEN
-int validate_identifier(const char *string);
-
 BT_HIDDEN
 const char *get_byte_order_string(int byte_order);
 
This page took 0.023103 seconds and 4 git commands to generate.