Got rid of redundant declaration. (#2698)

diff --git a/tools/reduce/reduce.cpp b/tools/reduce/reduce.cpp
index 7de3aa8..be07b20 100644
--- a/tools/reduce/reduce.cpp
+++ b/tools/reduce/reduce.cpp
@@ -28,8 +28,6 @@
 
 namespace {
 
-using ErrorOrInt = std::pair<std::string, int>;
-
 // Check that the std::system function can actually be used.
 bool CheckExecuteCommand() {
   int res = std::system(nullptr);