diff options
Diffstat (limited to 'src/op.h')
-rw-r--r-- | src/op.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -38,10 +38,6 @@ * @author John Wiegley * * @ingroup expr - * - * @brief Brief - * - * Long. */ #ifndef _OP_H #define _OP_H @@ -50,11 +46,6 @@ namespace ledger { -/** - * @brief Brief - * - * Long. - */ class expr_t::op_t : public noncopyable { friend class expr_t; |