| 126 | |
| 127 | // Not necessary anymore |
| 128 | struct MountEntry { |
| 129 | std::string root; |
| 130 | std::string mountPoint; |
| 131 | std::string fsType; |
| 132 | std::string mountSource; |
| 133 | }; |
| 134 | |
| 135 | // Used previously for testing its effectiveness |
| 136 | static MountEntry parseMountinfo(const std::string& line) { |
nothing calls this directly
no outgoing calls
no test coverage detected