mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Code Cleanup
- Removed last traces of synch.key.
This commit is contained in:
parent
b1443e831b
commit
cd6d08f97c
5 changed files with 2 additions and 21 deletions
|
@ -525,13 +525,8 @@ void Context::shadow ()
|
|||
if (shadow_file._data == location + "/undo.data")
|
||||
throw std::string (STRING_CONTEXT_SHADOW_U);
|
||||
|
||||
/*
|
||||
if (shadow_file._data == location + "/backlog.data")
|
||||
throw std::string (STRING_CONTEXT_SHADOW_B);
|
||||
*/
|
||||
|
||||
if (shadow_file._data == location + "/synch.key")
|
||||
throw std::string (STRING_CONTEXT_SHADOW_S);
|
||||
|
||||
// Compose the command. Put the rc overrides up front, so that they may
|
||||
// be overridden by rc.shadow.command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue