Merge pull request #3826 from monojenkins/update-csprojs
[mono.git] / mono / metadata / debug-mono-symfile.c
index f418b2078cee4af6f2da49eb191d887c99d458bb..b7e48f95d44aebf774a53df0f23ca8fc3521e7e7 100644 (file)
@@ -649,11 +649,6 @@ mono_debug_symfile_get_seq_points (MonoDebugMethodInfo *minfo, char **source_fil
                        if (source_files)
                                (*source_files) [i] = (*source_file_list)->len - 1;
                }
-               if ((*source_file_list)->len == 0 && stm.file) {
-                       MonoDebugSourceInfo *info = get_source_info (symfile, stm.file);
-
-                       g_ptr_array_add (*source_file_list, info);
-               }
        }                               
 
        if (n_seq_points) {