diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-09-18 19:47:39 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-09-18 19:47:39 +0000 |
commit | 25052f0997c75f91846511041cf4eeb20959ae96 (patch) | |
tree | 2e3d9ec926fba8007b1143d37f77520e5561dc77 /src/sandglass_impl.h | |
parent | 500a64194f6dd1d226e0ae94873dc435284d6727 (diff) | |
download | libsandglass-25052f0997c75f91846511041cf4eeb20959ae96.tar.xz |
Remove sandglass_timespec_grains().
Diffstat (limited to 'src/sandglass_impl.h')
-rw-r--r-- | src/sandglass_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sandglass_impl.h b/src/sandglass_impl.h index b618a93..cea95c3 100644 --- a/src/sandglass_impl.h +++ b/src/sandglass_impl.h @@ -37,6 +37,4 @@ double sandglass_tsc_resolution(); unsigned int sandglass_tsc_loops(); #endif -long sandglass_timespec_grains(const struct timespec *ts); - #endif /* SANDGLASS_IMPL_H_INCLUDED */
\ No newline at end of file |