cculianu / Fulcrum

A fast & nimble SPV Server for BCH, BTC, and LTC
Other
343 stars 77 forks source link

Removed dead code #88

Closed hegjon closed 3 years ago

hegjon commented 3 years ago

Removed function Util::getPlatformMinimumThreadStackSize() + PLATFORM_STACK_MIN.

This also fixes #87

cculianu commented 3 years ago

Ah, ok sure. Can you please also amend this PR to delete the declaration of the function getPlatformMinimumThreadStackSize in Util.h?

hegjon commented 3 years ago

Ah, ok sure. Can you please also amend this PR to delete the declaration of the function getPlatformMinimumThreadStackSize in Util.h?

Forgot the declaration, updated the PR