diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-11-04 22:06:07 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-11-04 22:06:07 +0000 |
commit | 4505bf68b05e491232400e8cbdd13a934e3a88ae (patch) | |
tree | d44877f19fd78b96f49a5c3f835e77304a716c9a /openmp/runtime/src/z_Linux_util.c | |
parent | 23a3bf0147b53c352dd9a6ef82d5298d34200b4b (diff) | |
download | bcm5719-llvm-4505bf68b05e491232400e8cbdd13a934e3a88ae.tar.gz bcm5719-llvm-4505bf68b05e491232400e8cbdd13a934e3a88ae.zip |
Remove some empty lines.
llvm-svn: 252084
Diffstat (limited to 'openmp/runtime/src/z_Linux_util.c')
-rw-r--r-- | openmp/runtime/src/z_Linux_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/z_Linux_util.c b/openmp/runtime/src/z_Linux_util.c index 78cada4c3c0..dd290936756 100644 --- a/openmp/runtime/src/z_Linux_util.c +++ b/openmp/runtime/src/z_Linux_util.c @@ -2003,7 +2003,6 @@ __kmp_read_system_info( struct kmp_sys_info *info ) /* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */ - void __kmp_read_system_time( double *delta ) { @@ -2155,7 +2154,6 @@ __kmp_runtime_initialize( void ) /* Set up minimum number of threads to switch to TLS gtid */ __kmp_tls_gtid_min = KMP_TLS_GTID_MIN; - #ifdef BUILD_TV { int rc = pthread_key_create( & __kmp_tv_key, 0 ); |