diff options
| author | Julian Blake Kongslie | 2022-10-15 15:01:25 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-15 15:01:25 -0700 |
| commit | bcf2314f15d68d7a0b94445f99962342b9d4130d (patch) | |
| tree | 89302b2669e6141ebfc86afc4bd9e19eac0c80bf /infra/pipetrace.cpp | |
| parent | Stop cycle after accepting restart in fetch. (diff) | |
| download | procmodel-main.tar.xz | |
Diffstat (limited to 'infra/pipetrace.cpp')
| -rw-r--r-- | infra/pipetrace.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/infra/pipetrace.cpp b/infra/pipetrace.cpp deleted file mode 100644 index e6642ef..0000000 --- a/infra/pipetrace.cpp +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #include <cstdint> | ||
| 2 | #include <ostream> | ||
| 3 | |||
| 4 | #include "infra/pipetrace.h" | ||
| 5 | |||
| 6 | namespace infra { | ||
| 7 | std::ostream *pt::ptfile = nullptr; | ||
| 8 | std::uint64_t pt::next_record = 0; | ||
| 9 | } | ||
