Fix damage done by the pretty-printer
This commit is contained in:
@@ -1395,11 +1395,10 @@ obj builder(B: BuilderRef, terminated: @mutable bool) {
|
||||
|
||||
fn is_terminated() -> bool {
|
||||
ret *terminated;
|
||||
}drop
|
||||
|
||||
{
|
||||
}
|
||||
drop {
|
||||
llvm::LLVMDisposeBuilder(B);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Memory-managed object interface to type handles. */
|
||||
|
||||
Reference in New Issue
Block a user