From 65ec7ec524e667ec95ce947a95f6273088dffee6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 Feb 2019 01:36:28 +1100 Subject: Cleanup: remove redundant, invalid info from headers BF-admins agree to remove header information that isn't useful, to reduce noise. - BEGIN/END license blocks Developers should add non license comments as separate comment blocks. No need for separator text. - Contributors This is often invalid, outdated or misleading especially when splitting files. It's more useful to git-blame to find out who has developed the code. See P901 for script to perform these edits. --- intern/cycles/kernel/bvh/bvh_local.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/cycles/kernel/bvh/bvh_local.h') diff --git a/intern/cycles/kernel/bvh/bvh_local.h b/intern/cycles/kernel/bvh/bvh_local.h index 8364bc3aa9a..3bdc9293a6c 100644 --- a/intern/cycles/kernel/bvh/bvh_local.h +++ b/intern/cycles/kernel/bvh/bvh_local.h @@ -36,7 +36,6 @@ * other parts of the scene. * * BVH_MOTION: motion blur rendering - * */ #ifndef __KERNEL_GPU__ -- cgit v1.2.3