summaryrefslogtreecommitdiff
path: root/pipetrace.cpp
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-10-15 14:03:28 -0700
committerJulian Blake Kongslie2022-10-15 14:03:28 -0700
commiteaef9348431ea331ecf118aefc21246dbcf2c998 (patch)
treed12a2f3c8d86b47a12ef2ef78a02be552cf59475 /pipetrace.cpp
parentInitial commit (copied from biggolf) (diff)
downloadnanosim-eaef9348431ea331ecf118aefc21246dbcf2c998.tar.xz
Add memory implementation as well; reorg.
Diffstat (limited to 'pipetrace.cpp')
-rw-r--r--pipetrace.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/pipetrace.cpp b/pipetrace.cpp
deleted file mode 100644
index e6642ef..0000000
--- a/pipetrace.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
1#include <cstdint>
2#include <ostream>
3
4#include "infra/pipetrace.h"
5
6namespace infra {
7 std::ostream *pt::ptfile = nullptr;
8 std::uint64_t pt::next_record = 0;
9}