aboutsummaryrefslogtreecommitdiff
path: root/tests/test-locations.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-13 17:22:57 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-13 17:22:57 -0500
commit3c78427b294d9c52ec265ab2e7533bf535a0c89d (patch)
tree38a93a33d839cf25d6c193de1750a2f804e9d784 /tests/test-locations.cpp
parent6979bfa2ec2732c2c9f457b25aaf26a65f5d773e (diff)
downloadayatana-indicator-datetime-3c78427b294d9c52ec265ab2e7533bf535a0c89d.tar.gz
ayatana-indicator-datetime-3c78427b294d9c52ec265ab2e7533bf535a0c89d.tar.bz2
ayatana-indicator-datetime-3c78427b294d9c52ec265ab2e7533bf535a0c89d.zip
silence dead store assignment found by clang static analyzer
Diffstat (limited to 'tests/test-locations.cpp')
-rw-r--r--tests/test-locations.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-locations.cpp b/tests/test-locations.cpp
index 65adbc7..48e845a 100644
--- a/tests/test-locations.cpp
+++ b/tests/test-locations.cpp
@@ -139,7 +139,6 @@ TEST_F(LocationsFixture, ChangeLocationStrings)
EXPECT_EQ("Europe/London", l[3].zone());
EXPECT_EQ("Berlin", l[4].name());
EXPECT_EQ("Europe/Berlin", l[4].zone());
- locations_changed = false;
}
TEST_F(LocationsFixture, ChangeLocationVisibility)