Skip to content

Commit

Permalink
llvm/builtins: Drop dead code
Browse files Browse the repository at this point in the history
debug configuration is not used in the builtins module.

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
  • Loading branch information
jvesely committed May 6, 2022
1 parent 22f3d15 commit 4998d91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions psyneulink/core/llvm/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@
from llvmlite import ir


from . import debug
from . import helpers
from .builder_context import LLVMBuilderContext, _BUILTIN_PREFIX


debug_env = debug.debug_env


def _setup_builtin_func_builder(ctx, name, args, *, return_type=ir.VoidType()):
builder = ctx.create_llvm_function(args, None, _BUILTIN_PREFIX + name,
return_type=return_type)
Expand Down

0 comments on commit 4998d91

Please sign in to comment.