diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-10-02 21:36:39 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-10-07 14:38:37 +0200 |
commit | 6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937 (patch) | |
tree | 45117631344c248ef87b7c92b2a832c2810729a5 /bitcoin-qt.pro | |
parent | ee0b64853699c08602fed81cdefc62d7e8dcdce2 (diff) |
get rid of strlcpy.h
Don't use hand-rolled string manipulation routine with a fixed
buffer in the bitcoin core, instead make use of c++ strings and boost.
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index a73a2c379b..8729de2837 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -125,7 +125,6 @@ HEADERS += src/qt/bitcoingui.h \ src/util.h \ src/uint256.h \ src/serialize.h \ - src/strlcpy.h \ src/main.h \ src/net.h \ src/key.h \ |