mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
Java API: final adjustments
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
5790115e40
commit
92e7384bf5
2 changed files with 2 additions and 8 deletions
|
@ -39,13 +39,6 @@ public class Context extends IDisposable
|
|||
initContext();
|
||||
}
|
||||
|
||||
private Context(long ctx, long refCount)
|
||||
{
|
||||
super();
|
||||
this.m_ctx = ctx;
|
||||
this.m_refCount = refCount;
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new symbol using an integer. <remarks> Not all integers can be
|
||||
* passed to this function. The legal range of unsigned integers is 0 to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue