diff options
author | David Robillard <d@drobilla.net> | 2020-02-09 12:02:40 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-02-09 12:02:40 +0100 |
commit | 464f09037c2359dc83dd1575a9edc0e4db81236c (patch) | |
tree | 3d2722993ee552ff16119d73c6969b428fe38418 /src/PatchageEvent.cpp | |
parent | 762cfaa66a7be2fe61722d1d2a1679af65bd1f9a (diff) | |
download | patchage-464f09037c2359dc83dd1575a9edc0e4db81236c.tar.gz patchage-464f09037c2359dc83dd1575a9edc0e4db81236c.tar.bz2 patchage-464f09037c2359dc83dd1575a9edc0e4db81236c.zip |
Remove unused using declarations
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 926a939..b1489e3 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -34,7 +34,6 @@ #include <boost/format.hpp> -using std::endl; using boost::format; void |