diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-05-15 21:22:31 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2018-05-22 11:08:24 +0100 |
commit | cf33f833c9c8dd28b44a3177ef0b759e0f46cb86 (patch) | |
tree | 58aa058d69300b08de565061a43d4e4d349fb8a6 /include | |
parent | 7e17fe3191fb40360c88d28f1491aae203f0aa03 (diff) | |
download | klee-cf33f833c9c8dd28b44a3177ef0b759e0f46cb86.tar.gz |
Simplified printFileLine by using std::to_string, and removed unneeded version that takes an argument a stream
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Internal/Module/KInstruction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/klee/Internal/Module/KInstruction.h b/include/klee/Internal/Module/KInstruction.h index 98e4e3d0..a81e8d8f 100644 --- a/include/klee/Internal/Module/KInstruction.h +++ b/include/klee/Internal/Module/KInstruction.h @@ -44,7 +44,6 @@ namespace klee { public: virtual ~KInstruction(); - void printFileLine(llvm::raw_ostream &) const; std::string printFileLine() const; }; |