Skip to content

Commit a95d832

Browse files
committed
Remove unused variable.
1 parent 5ad167e commit a95d832

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mono/mono/metadata/mono-debug.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,6 @@ mono_debug_lookup_locals (MonoMethod *method, mono_bool ignore_pdb)
866866
int idx = mono_metadata_token_index (method->token);
867867
MonoDebugInformationEnc *mdie = (MonoDebugInformationEnc *) mono_metadata_update_get_updated_method_ppdb (img, idx);
868868
if (mdie != NULL) {
869-
int method_idx = mono_metadata_token_index (method->token);
870869
res = mono_ppdb_lookup_locals_enc (mdie->image, mdie->idx);
871870
if (res != NULL)
872871
return res;

0 commit comments

Comments
 (0)