Skip to content

Commit

Permalink
Remove (very) deprecated AlignStatusReports attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
Subsentient committed Dec 22, 2014
1 parent 06a6256 commit bfd49f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/config.c
Expand Up @@ -514,14 +514,6 @@ ReturnCode InitConfig(const char *CurConfigFile)

continue;
}
else if (!strncmp(Worker, (CurrentAttribute = "AlignStatusReports"), sizeof "AlignStatusReports" - 1))
{ /*Deprecated.*/
snprintf(ErrBuf, sizeof ErrBuf, CONFIGWARNTXT "Attribute AlignStatusReports is deprecated and no inter has any effect.\n"
"%s line %u", CurConfigFile, LineNum);
SpitWarning(ErrBuf);
WriteLogLine(ErrBuf, true);
continue;
}
/*This will mount /dev, /proc, /sys, /dev/pts, and /dev/shm on boot time, upon request.*/
else if (!strncmp(Worker, (CurrentAttribute = "MountVirtual"), strlen("MountVirtual")))
{
Expand Down

0 comments on commit bfd49f8

Please sign in to comment.