• Sam Saccone's avatar
    Remove unused f expression from jscode gen. (#5573) · 94a1819c
    Sam Saccone authored
    Varadic assignment in javascript where the right hand expression is an
    object yields a single set assignment with the right most lefthand variable,
    while leaving the other left side expressions undefined.
    
    For example:
    var a,b = {}
    
    will only initialize a to undefined. But will set b to the {} value.
    
    --
    
    For this code since f is never used, it is a safe operation to remove
    it.
    94a1819c
Name
Last commit
Last update
..
google/protobuf Loading commit data...
solaris Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...
libprotobuf-lite.map Loading commit data...
libprotobuf.map Loading commit data...
libprotoc.map Loading commit data...