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

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2012-03-24 12:54:12 +0400
committerjfrijters <jfrijters>2012-03-24 12:54:12 +0400
commitbd00ad6a11c9035c1225d41b6e80642bce8320b3 (patch)
treedf736989e0febc8e3ce25fc650fe9d9e7488b9d1 /runtime/ClassLoaderWrapper.cs
parent22b58b98eb9e2d131643bf419aa87ce7a21036c0 (diff)
Added support to ikvmc to automatically set the full source path in the debugging info if the source file lives next to the .class file.
Diffstat (limited to 'runtime/ClassLoaderWrapper.cs')
-rw-r--r--runtime/ClassLoaderWrapper.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/ClassLoaderWrapper.cs b/runtime/ClassLoaderWrapper.cs
index d38fa813..de3413eb 100644
--- a/runtime/ClassLoaderWrapper.cs
+++ b/runtime/ClassLoaderWrapper.cs
@@ -282,14 +282,6 @@ namespace IKVM.Internal
}
#endif // !STATIC_COMPILER && !STUB_GENERATOR
- internal virtual string SourcePath
- {
- get
- {
- return null;
- }
- }
-
protected virtual void CheckDefineClassAllowed(string className)
{
// this hook exists so that AssemblyClassLoader can prevent DefineClass when the name is already present in the assembly