Convert include guard to pragma once (#8957)

This commit is contained in:
Siyuan (Ryans) Zhuang
2020-06-16 01:29:43 -07:00
committed by GitHub
parent cb6f337372
commit b68fede30b
163 changed files with 177 additions and 620 deletions
+1 -4
View File
@@ -12,8 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef RAY_GCS_GCS_TABLE_STORAGE_H_
#define RAY_GCS_GCS_TABLE_STORAGE_H_
#pragma once
#include <utility>
@@ -426,5 +425,3 @@ class InMemoryGcsTableStorage : public GcsTableStorage {
} // namespace gcs
} // namespace ray
#endif // RAY_GCS_GCS_TABLE_STORAGE_H_