From 98c35729cee39adf86df565ebfd2aa7bf167d960 Mon Sep 17 00:00:00 2001 From: zchen0211 Date: Thu, 14 Sep 2017 15:33:24 -0700 Subject: [PATCH] remove empty line --- paddle/operators/cond_op.h | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/operators/cond_op.h b/paddle/operators/cond_op.h index 7eeec84996..b09e32331e 100644 --- a/paddle/operators/cond_op.h +++ b/paddle/operators/cond_op.h @@ -34,7 +34,6 @@ namespace operators { * * if cond == 0, it will run false_net, which is another NetOp. */ - class CondOp : public framework::OperatorBase { public: CondOp(const std::string& type, const framework::VariableNameMap& inputs,