3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

Fixed stray UTF-8 Byte order mark in `InterpolationContext.cs`.

Old versions of the mono compiler don't like it.
This commit is contained in:
Dan Liew 2015-11-30 14:37:19 +00:00
parent 5d289a8da5
commit b0bc50a75c

View file

@ -4,7 +4,7 @@ Copyright (c) 2015 Microsoft Corporation
--*/
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;