瀏覽代碼

【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>