Fix some warnings exposed by -Wall

This commit is contained in:
ridiculousfish
2013-07-16 13:40:11 -07:00
parent c522c0833a
commit c64a86efae
2 changed files with 0 additions and 31 deletions

View File

@@ -137,7 +137,6 @@ struct env_node_t
class variable_entry_t
{
bool exportv; /**< Whether the variable should be exported */
wcstring value; /**< Value of the variable */
};