Index: src/SymTab/Mangler.cc
===================================================================
--- src/SymTab/Mangler.cc	(revision 6f096d2341e25591a9d9435e4a28725954748a7a)
+++ src/SymTab/Mangler.cc	(revision 95eb7cfe800ca3bc7760457356d3848fdc56cc93)
@@ -10,6 +10,6 @@
 // Created On       : Sun May 17 21:40:29 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Sep 25 15:49:26 2017
-// Update Count     : 23
+// Last Modified On : Tue Jul 30 13:46:10 2019
+// Update Count     : 26
 //
 #include "Mangler.h"
@@ -377,9 +377,4 @@
 					mangleName << Encoding::qualifiers.at(Type::Mutex);
 				} // if
-				if ( type->get_lvalue() ) {
-					// mangle based on whether the type is lvalue, so that the resolver can differentiate lvalues and rvalues
-					mangleName << Encoding::qualifiers.at(Type::Lvalue);
-				}
-
 				if ( inFunctionType ) {
 					// turn off inFunctionType so that types can be differentiated for nested qualifiers
@@ -724,9 +719,4 @@
 				mangleName << Encoding::qualifiers.at(Type::Mutex);
 			} // if
-			if ( type->is_lvalue() ) {
-				// mangle based on whether the type is lvalue, so that the resolver can differentiate lvalues and rvalues
-				mangleName << Encoding::qualifiers.at(Type::Lvalue);
-			}
-
 			if ( inFunctionType ) {
 				// turn off inFunctionType so that types can be differentiated for nested qualifiers
