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/Makefile.am | |
parent | 500a64194f6dd1d226e0ae94873dc435284d6727 (diff) | |
download | libsandglass-25052f0997c75f91846511041cf4eeb20959ae96.tar.xz |
Remove sandglass_timespec_grains().
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 519e0ea..d1a0109 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,6 @@ nobase_include_HEADERS = sandglass.h libsandglass_la_SOURCES = sandglass.h \ sandglass_impl.h \ sandglass.c \ - timespec.c \ tsc.c if X86 |