Skip to content

Commit

Permalink
Remove redundant stream operator definitions to make CLang happy
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed Nov 2, 2016
1 parent 42888db commit 15aa7e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dataflowAPI/h/SymEval.h
Expand Up @@ -302,10 +302,6 @@ size_t size;

};

// Get this out of the Dyninst namespace...
DATAFLOW_EXPORT std::ostream &operator<<(std::ostream &os, const Dyninst::DataflowAPI::ROSEOperation &o);
DATAFLOW_EXPORT std::ostream &operator<<(std::ostream &os, const Dyninst::DataflowAPI::Constant &o);
DATAFLOW_EXPORT std::ostream &operator<<(std::ostream &os, const Dyninst::DataflowAPI::Variable &o);

namespace Dyninst {

Expand Down

0 comments on commit 15aa7e0

Please sign in to comment.