Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-01-17 15:47:19 +0300
committerMarek Safar <marek.safar@gmail.com>2017-01-17 15:47:42 +0300
commit1c77897951e790a0304b758bd6c6680529e91e7a (patch)
tree3b45a16f1d3617936088c62dd5d953f285d47259 /mcs/class/Mono.Debugger.Soft
parent997a6529232b9f9a01c335620e1166b8f81a6161 (diff)
Clean up few warnings
Diffstat (limited to 'mcs/class/Mono.Debugger.Soft')
-rw-r--r--mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs
index a5b902db573..3a1af2dc088 100644
--- a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs
+++ b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs
@@ -36,7 +36,7 @@ namespace Mono.Debugger.Soft
struct SourceInfo {
public string source_file;
- public byte[] guid, hash;
+ public byte[] hash;
}
class DebugInfo {