diff options
author | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-01-27 17:13:53 +0000 |
---|---|---|
committer | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-01-27 17:13:53 +0000 |
commit | d9e775edfc69732e879e6cd0fb628a800eeb0905 (patch) | |
tree | 1191eeac579bb8b18c6d0d6e6f453ded837f65f9 /openmp/runtime/src/kmp_atomic.c | |
parent | 91487e80c8e515409ecb30b722bafff5454380a0 (diff) | |
download | bcm5719-llvm-d9e775edfc69732e879e6cd0fb628a800eeb0905.tar.gz bcm5719-llvm-d9e775edfc69732e879e6cd0fb628a800eeb0905.zip |
Comments only: removing the Revision and Date svn variables from the top of all the source files.
llvm-svn: 227207
Diffstat (limited to 'openmp/runtime/src/kmp_atomic.c')
-rw-r--r-- | openmp/runtime/src/kmp_atomic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_atomic.c b/openmp/runtime/src/kmp_atomic.c index 6613c6da76c..7c4433eb2e7 100644 --- a/openmp/runtime/src/kmp_atomic.c +++ b/openmp/runtime/src/kmp_atomic.c @@ -1,7 +1,5 @@ /* * kmp_atomic.c -- ATOMIC implementation routines - * $Revision: 43421 $ - * $Date: 2014-08-28 08:56:10 -0500 (Thu, 28 Aug 2014) $ */ |