tools: don't print input data for hash
This commit is contained in:
parent
37ed0fc5fd
commit
c142715b66
@ -39,10 +39,6 @@ compute (std::istream &is, const char *name) {
|
|||||||
std::istream_iterator<uint8_t> ( )
|
std::istream_iterator<uint8_t> ( )
|
||||||
};
|
};
|
||||||
|
|
||||||
std::cerr << "got: ";
|
|
||||||
std::copy (data.begin (), data.end (), std::ostream_iterator<uint8_t> (std::cerr));
|
|
||||||
std::cerr << "\n";
|
|
||||||
|
|
||||||
#define simple(FUNC) do { \
|
#define simple(FUNC) do { \
|
||||||
if (std::strcmp (name, #FUNC)) \
|
if (std::strcmp (name, #FUNC)) \
|
||||||
break; \
|
break; \
|
||||||
|
Loading…
Reference in New Issue
Block a user