Code Cleanup
- I think the 'show' command may have prematurely obsoleted something useful, so added a note to review.
This commit is contained in:
@@ -352,6 +352,7 @@ int CmdShow::execute (std::string& output)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Check for bad values in rc.annotations.
|
// Check for bad values in rc.annotations.
|
||||||
|
// TODO Reconsider this.
|
||||||
std::string annotations = context.config.get ("annotations");
|
std::string annotations = context.config.get ("annotations");
|
||||||
if (annotations != "full" &&
|
if (annotations != "full" &&
|
||||||
annotations != "sparse" &&
|
annotations != "sparse" &&
|
||||||
|
|||||||
Reference in New Issue
Block a user