aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@verizonmedia.com>2019-02-21 15:31:35 +0100
committerTor Egge <Tor.Egge@verizonmedia.com>2019-02-21 15:31:35 +0100
commitb4b9c92dddb08bed6a5fca715a702e809979bc90 (patch)
tree40fc7c59036d368caa9c8237fe51048f5278d03d /documentapi
parent81552c6b6014118007449547c21a0aa779c37739 (diff)
Cleanup after removal of old unit test runner.
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/CMakeLists.txt1
-rw-r--r--documentapi/src/vespa/binref/.gitignore3
-rw-r--r--documentapi/src/vespa/binref/CMakeLists.txt1
3 files changed, 0 insertions, 5 deletions
diff --git a/documentapi/CMakeLists.txt b/documentapi/CMakeLists.txt
index b03dd66c817..86d29732399 100644
--- a/documentapi/CMakeLists.txt
+++ b/documentapi/CMakeLists.txt
@@ -14,7 +14,6 @@ vespa_define_module(
vdslib
LIBS
- src/vespa/binref
src/vespa/documentapi
src/vespa/documentapi/loadtypes
src/vespa/documentapi/messagebus
diff --git a/documentapi/src/vespa/binref/.gitignore b/documentapi/src/vespa/binref/.gitignore
deleted file mode 100644
index cfb0e619824..00000000000
--- a/documentapi/src/vespa/binref/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-.depend
-Makefile
-testrun.sh
diff --git a/documentapi/src/vespa/binref/CMakeLists.txt b/documentapi/src/vespa/binref/CMakeLists.txt
deleted file mode 100644
index adece6dd711..00000000000
--- a/documentapi/src/vespa/binref/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.