clearPendingMountInitCmds method

void clearPendingMountInitCmds()

Drops queued mount-init commands without returning them.

Implementation

void clearPendingMountInitCmds() {
  _pendingMountInitCmds.clear();
}