aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-07-16 13:40:11 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-07-16 13:40:11 -0700
commitc64a86efae2105537650d2d627fe40e7fb6cb61f (patch)
treebe9a712c03a144ecddcc2636bd96f46cd5370702 /env.cpp
parentc522c0833a199dfeb333dd2515b75660ddeee330 (diff)
Fix some warnings exposed by -Wall
Diffstat (limited to 'env.cpp')
-rw-r--r--env.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/env.cpp b/env.cpp
index 398425c2..ddb5d2c4 100644
--- a/env.cpp
+++ b/env.cpp
@@ -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 */
};