62426a build system: configure: native os: remove dead assignments.

Authored and Committed by midipix 8 years ago
1 file changed. 0 lines added. 4 lines removed.
    build system: configure: native os: remove dead assignments.
    
        
file modified
+0 -4
configure CHANGED
@@ -296,10 +296,6 @@ native_defaults()
296
296
error_msg "config error: could not determine size of pointer on native system."
297
297
exit 2
298
298
fi
299
-
300
- [ -z "$mb_native_os" ] && mb_native_os=$mb_native_os
301
- [ -z "$mb_native_os_bits" ] && mb_native_os_bits=$mb_native_os_bits
302
- [ -z "$mb_native_os_underscore" ] && mb_native_os_underscore=$mb_native_os_underscore
303
299
}
304
300
305
301