lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 66fa7fd 4/4: Remove uninformative argument na


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 66fa7fd 4/4: Remove uninformative argument name in header declaration
Date: Fri, 3 Feb 2017 13:40:57 +0000 (UTC)

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

    Remove uninformative argument name in header declaration
    
    An uninformative one-letter dummy argument name in a function
    declaration is only a pointless distraction.
---
 input_sequence.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/input_sequence.hpp b/input_sequence.hpp
index a85ff32..d182118 100644
--- a/input_sequence.hpp
+++ b/input_sequence.hpp
@@ -221,7 +221,7 @@ class SequenceParser
     void span();
     void sequence();
     token_type get_token();
-    void match(token_type t);
+    void match(token_type);
 
     void mark_diagnostic_context();
 



reply via email to

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