Code Cleanup

- Removed last traces of synch.key.
This commit is contained in:
Paul Beckingham 2012-10-02 00:00:43 -04:00
parent b1443e831b
commit cd6d08f97c
5 changed files with 2 additions and 21 deletions

View file

@ -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.