summaryrefslogtreecommitdiff
path: root/src/expr/record.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/record.cpp')
-rw-r--r--src/expr/record.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/expr/record.cpp b/src/expr/record.cpp
deleted file mode 100644
index 0792de20c..000000000
--- a/src/expr/record.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-/******************************************************************************
- * Top contributors (to current version):
- * Tim King
- *
- * This file is part of the cvc5 project.
- *
- * Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
- * in the top-level source directory and their institutional affiliations.
- * All rights reserved. See the file COPYING in the top-level source
- * directory for licensing information.
- * ****************************************************************************
- *
- * A class representing a record definition.
- */
-
-#include "expr/record.h"
-
-#include "base/check.h"
-#include "base/output.h"
-
-namespace cvc5 {
-
-std::ostream& operator<<(std::ostream& out, const RecordUpdate& t) {
- return out << "[" << t.getField() << "]";
-}
-
-} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback