Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/6f1ed5979d9c2d775feda...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/6f1ed5979d9c2d775fedaa4...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/6f1ed5979d9c2d775fedaa4d5...
The branch, master has been updated
via 6f1ed5979d9c2d775fedaa4d5defb9b1ea18f178 (commit)
from be879ad526abb72423866f63d0c4ac93ed92f886 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=6f1ed5979d9c2d775fe...
commit 6f1ed5979d9c2d775fedaa4d5defb9b1ea18f178
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
remove unused sources from urldb test
diff --git a/test/Makefile b/test/Makefile
index 57a40ae..9db5030 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -9,9 +9,8 @@ nsurl_SRCS := utils/corestrings.c utils/nsurl.c utils/idna.c \
# url database test sources and flags
urldbtest_SRCS := content/urldb.c \
- utils/url.c utils/utils.c utils/idna.c utils/messages.c \
- utils/hashtable.c utils/bloom.c utils/nsoption.c \
- utils/filename.c utils/nsurl.c utils/corestrings.c \
+ utils/idna.c utils/bloom.c utils/nsoption.c utils/nsurl.c \
+ utils/corestrings.c \
test/log.c test/urldbtest.c
# low level cache sources and flags
-----------------------------------------------------------------------
Summary of changes:
test/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/test/Makefile b/test/Makefile
index 57a40ae..9db5030 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -9,9 +9,8 @@ nsurl_SRCS := utils/corestrings.c utils/nsurl.c utils/idna.c \
# url database test sources and flags
urldbtest_SRCS := content/urldb.c \
- utils/url.c utils/utils.c utils/idna.c utils/messages.c \
- utils/hashtable.c utils/bloom.c utils/nsoption.c \
- utils/filename.c utils/nsurl.c utils/corestrings.c \
+ utils/idna.c utils/bloom.c utils/nsoption.c utils/nsurl.c \
+ utils/corestrings.c \
test/log.c test/urldbtest.c
# low level cache sources and flags
--
NetSurf Browser