Browse Source

debug.cpp

nix-debugging
Antonio SJ Musumeci 20 hours ago
parent
commit
e6be2db077
  1. 5
      libfuse/lib/debug.cpp

5
libfuse/lib/debug.cpp

@ -1098,11 +1098,6 @@ const
char*
opcode_name(enum fuse_opcode op_)
{
static const char *names2[] =
{
[FUSE_LOOKUP] = "LOOKUP";
};
static const char *names[] =
{
"INVALID",

Loading…
Cancel
Save