recalculating zmswap at this point is unnesessary

This commit is contained in:
Andy Bauer 2016-11-19 08:53:17 -06:00
parent 3afa8937d8
commit 873bb9902b
1 changed files with 0 additions and 3 deletions

View File

@ -4216,9 +4216,6 @@ void MonitorStream::runStream()
}
if ( buffered_playback )
{
char swap_path[PATH_MAX] = "";
snprintf( swap_path, sizeof(swap_path), "%s/zmswap-m%d/zmswap-q%06d", config.path_swap, monitor->Id(), connkey );
Debug( 1, "Cleaning swap files from %s", swap_path );
struct stat stat_buf;
if ( stat( swap_path, &stat_buf ) < 0 )