diff options
Diffstat (limited to 'lldb/tools/lldb-rpc-gen/lldb-rpc-gen.cpp')
-rw-r--r-- | lldb/tools/lldb-rpc-gen/lldb-rpc-gen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/tools/lldb-rpc-gen/lldb-rpc-gen.cpp b/lldb/tools/lldb-rpc-gen/lldb-rpc-gen.cpp index fdcfee9..9b48796 100644 --- a/lldb/tools/lldb-rpc-gen/lldb-rpc-gen.cpp +++ b/lldb/tools/lldb-rpc-gen/lldb-rpc-gen.cpp @@ -102,8 +102,6 @@ public: lldb_rpc_gen::GetMangledName(Context, MDecl); const bool IsDisallowed = lldb_rpc_gen::MethodIsDisallowed(Context, MDecl); - const bool HasCallbackParameter = - lldb_rpc_gen::HasCallbackParameter(MDecl); SupportLevel MethodSupportLevel = GetMethodSupportLevel(MDecl); if (MethodSupportLevel == eImplemented && !IsDisallowed) { const lldb_rpc_gen::Method Method(MDecl, Policy, Context); |