summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/DafnyDriver.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-06-19 13:15:42 -0700
committerGravatar wuestholz <unknown>2013-06-19 13:15:42 -0700
commit44e391001eda86f42f5b0c6382a386e5dcf3c770 (patch)
treec32550e75533bf99ad9c65cd087727e081068e2b /Source/DafnyExtension/DafnyDriver.cs
parentf8b97acc643165b1ad986894398512946605de7b (diff)
Did some refactoring of the error reporting functionality.
Diffstat (limited to 'Source/DafnyExtension/DafnyDriver.cs')
-rw-r--r--Source/DafnyExtension/DafnyDriver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DafnyExtension/DafnyDriver.cs b/Source/DafnyExtension/DafnyDriver.cs
index 27c471b2..296f1a2f 100644
--- a/Source/DafnyExtension/DafnyDriver.cs
+++ b/Source/DafnyExtension/DafnyDriver.cs
@@ -70,7 +70,7 @@ namespace DafnyLanguage
{
}
- public void WriteErrorInformation(ErrorInformation errorInfo, bool isError, bool showBplLocation)
+ public void WriteErrorInformation(ErrorInformation errorInfo, bool showBplLocation)
{
}
}