operand-dict.go: removed commented code
This commit is contained in:
		
							parent
							
								
									2ab896bbac
								
							
						
					
					
						commit
						80b7d5b988
					
				@ -5,10 +5,6 @@
 | 
			
		||||
package expr
 | 
			
		||||
 | 
			
		||||
// -------- dict term
 | 
			
		||||
// func newDictTermA(args ...*term) *term {
 | 
			
		||||
// 	return newDictTerm(args)
 | 
			
		||||
// }
 | 
			
		||||
 | 
			
		||||
func newDictTerm(args map[any]*term) *term {
 | 
			
		||||
	return &term{
 | 
			
		||||
		tk:       *NewValueToken(0, 0, SymDict, "{}", args),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user