summaryrefslogtreecommitdiffstats
path: root/Configurations/50-masm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/50-masm.conf')
-rw-r--r--Configurations/50-masm.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/Configurations/50-masm.conf b/Configurations/50-masm.conf
index 9120d53741..3ef38e5a73 100644
--- a/Configurations/50-masm.conf
+++ b/Configurations/50-masm.conf
@@ -15,8 +15,6 @@ my %targets = (
asoutflag => "/Fo",
asflags => "/c /Cp /Cx",
sys_id => "WIN64A",
- bn_asm_src => sub { return undef unless @_;
- my $r=join(" ",@_); $r=~s|asm/x86_64-gcc|bn_asm|; $r; },
uplink_arch => 'x86_64',
asm_arch => 'x86_64',
perlasm_scheme => "masm",