소스 검색

【fix】 del

‘lvzeyue’ 6 달 전
부모
커밋
74bd117d2a
3개의 변경된 파일3개의 추가작업 그리고 20개의 파일을 삭제
  1. 1 7
      shm/shm.h
  2. 1 6
      shm/shm_helper.h
  3. 1 7
      shm/vptr_manager.h

+ 1 - 7
shm/shm.h

@@ -1,10 +1,4 @@
-/*
- * Copyright 2020 ByteDance Games, Inc. All Rights Reserved.
- *
- * Author: Liuziming <liuziming.kelvin@bytedance.com>
- */
-
-#pragma once
+#pragma once
 
 #include <string>
 #include <vector>

+ 1 - 6
shm/shm_helper.h

@@ -1,9 +1,4 @@
-/*
- * Copyright 2020 ByteDance Games, Inc. All Rights Reserved.
- *
- * Author: Liuziming <liuziming.kelvin@bytedance.com>
- */
-
+
 #pragma once
 
 #include <stdint.h>

+ 1 - 7
shm/vptr_manager.h

@@ -1,10 +1,4 @@
-/*
-* Copyright 2020 ByteDance Games, Inc. All Rights Reserved.
-*
-* Author: Liuziming <liuziming.kelvin@bytedance.com>
-*/
-
-#pragma once
+#pragma once
 
 #include <stddef.h>
 #include <string.h>