Skip to content

Commit

Permalink
Fix Unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung committed Oct 19, 2017
1 parent 2ea63f4 commit 017dea8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/framework/op_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class Registrar {
template <typename... ARGS>
struct OperatorRegistrar : public Registrar {
explicit OperatorRegistrar(const char* op_type) {
VLOG(3) << "Registering operator " << op_type;
PADDLE_ENFORCE(!OpInfoMap::Instance().Has(op_type),
"'%s' is registered more than once.", op_type);
static_assert(sizeof...(ARGS) != 0,
Expand Down

0 comments on commit 017dea8

Please sign in to comment.