lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d522dd6 2/3: Remove unused typedef


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d522dd6 2/3: Remove unused typedef
Date: Sat, 3 Mar 2018 06:57:21 -0500 (EST)

branch: master
commit d522dd6428dee2799e4706d6d62406e5ef90fcbf
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove unused typedef
---
 istream_to_string_test.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/istream_to_string_test.cpp b/istream_to_string_test.cpp
index 8b646cd..2bd189a 100644
--- a/istream_to_string_test.cpp
+++ b/istream_to_string_test.cpp
@@ -52,7 +52,6 @@ void istream_to_string_2
     ,std::basic_string<Char_t,Traits,Allocator>& s
     )
 {
-    typedef std::basic_string<Char_t,Traits,Allocator> string_type;
     std::basic_ostringstream<Char_t,Traits,Allocator> oss;
     if(Traits::eof() != is.rdbuf()->sgetc())
         {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]