Skip to content

Commit 5ce6df8

Browse files
author
Sean P. McDonald
committed
(maint) remove lib_type dead code
1 parent 3e4231b commit 5ce6df8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configs/components/_base-ruby.rb

-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@
114114
# https://tickets.puppetlabs.com/browse/RE-7593 for details on why this causes
115115
# failures and why these copies fix that.
116116
# -Sean P. McDonald 07/01/2016
117-
lib_type = platform.architecture == "x64" ? "seh" : "sjlj"
118-
119117
if platform.architecture == "x64"
120118
gcc_postfix = 'seh'
121119
ssl_postfix = '-x64'

0 commit comments

Comments
 (0)