aboutsummaryrefslogtreecommitdiff
path: root/src/irc.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-09-29 00:56:25 -0700
committerWladimir J. van der Laan <[email protected]>2012-09-29 00:56:25 -0700
commit3b2eb49db949e03e4eab5f0e656bd33ba0806227 (patch)
tree79c1f44cbc66982513a2da72b162fb935cd99cb3 /src/irc.cpp
parentMerge pull request #1871 from jgarzik/wallet-deadcode (diff)
parentRemove stack randomization (diff)
downloaddiscoin-3b2eb49db949e03e4eab5f0e656bd33ba0806227.tar.xz
discoin-3b2eb49db949e03e4eab5f0e656bd33ba0806227.zip
Merge pull request #1883 from sipa/norandstack
Remove stack randomization
Diffstat (limited to 'src/irc.cpp')
-rw-r--r--src/irc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/irc.cpp b/src/irc.cpp
index 6991e6ee7..2f3fcc386 100644
--- a/src/irc.cpp
+++ b/src/irc.cpp
@@ -188,8 +188,6 @@ bool GetIPFromIRC(SOCKET hSocket, string strMyName, CNetAddr& ipRet)
void ThreadIRCSeed(void* parg)
{
- IMPLEMENT_RANDOMIZE_STACK(ThreadIRCSeed(parg));
-
// Make this thread recognisable as the IRC seeding thread
RenameThread("bitcoin-ircseed");