summaryrefslogtreecommitdiff
path: root/bin/bbstoreaccounts/bbstoreaccounts.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-06-06 14:30:36 +0000
committerChris Wilson <chris+github@qwirx.com>2010-06-06 14:30:36 +0000
commit90ce1105466ef4f09c3370344c55ae9710d38f9f (patch)
tree1551098486ae380b33d2fd11ea573529ca0f5bf7 /bin/bbstoreaccounts/bbstoreaccounts.cpp
parenta781743ecbb955be9e17d47a5714b19f1e17205d (diff)
Compile fix for [2694].
Diffstat (limited to 'bin/bbstoreaccounts/bbstoreaccounts.cpp')
-rw-r--r--bin/bbstoreaccounts/bbstoreaccounts.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/bbstoreaccounts/bbstoreaccounts.cpp b/bin/bbstoreaccounts/bbstoreaccounts.cpp
index a9d2b0af..afbc645c 100644
--- a/bin/bbstoreaccounts/bbstoreaccounts.cpp
+++ b/bin/bbstoreaccounts/bbstoreaccounts.cpp
@@ -465,13 +465,7 @@ int main(int argc, const char *argv[])
Logging::SetProgramName("bbstoreaccounts");
// Filename for configuration file?
- std::string configFilename;
-
- #ifdef WIN32
- configFilename = BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE;
- #else
- configFilename = BOX_FILE_BBSTORED_DEFAULT_CONFIG;
- #endif
+ std::string configFilename = BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE;
// See if there's another entry on the command line
int c;