X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=aabf6283295010ceac69bbd7a26301935afb7e4d;hb=5385cf15115d777de4a220a164c101da0e4c3bac;hp=8d84c37f932163462659d32633905f1e590b5d9d;hpb=8f390b0366dfa57a51cde50f28895a051d5550c1;p=babeltrace.git diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index 8d84c37f..aabf6283 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -34,11 +34,6 @@ struct trace_descriptor *ctf_text_open_trace(const char *path, int flags); void ctf_text_close_trace(struct trace_descriptor *descriptor); -static -rw_dispatch read_dispatch_table[] = { - /* All unimplemented */ -}; - static rw_dispatch write_dispatch_table[] = { [ CTF_TYPE_INTEGER ] = ctf_text_integer_write,