Skip to content

Commit 3763699

Browse files
committed
Update libLLVM.pas
1 parent 2e83b87 commit 3763699

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/libLLVM.pas

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -600,16 +600,6 @@ function TLLVM.LLVMTypeToBasicType(ALLVMType: LLVMTypeRef): TLLDataType;
600600
end;
601601

602602
// Direct TValue <-> LLVM conversion (NO TPaValue!)
603-
604-
procedure test1();
605-
begin
606-
end;
607-
608-
procedure test2();
609-
begin
610-
end;
611-
612-
613603
function TLLVM.ExtractLLVMValue(const AModuleId: string; const AValue: TValue): LLVMValueRef;
614604
var
615605
LModuleState: TLLModuleState;

0 commit comments

Comments
 (0)