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:
parent
5d289a8da5
commit
b0bc50a75c
|
@ -4,7 +4,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
|
||||
--*/
|
||||
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
|
Loading…
Reference in a new issue