summaryrefslogtreecommitdiff
path: root/klm/search/note.hh
diff options
context:
space:
mode:
Diffstat (limited to 'klm/search/note.hh')
-rw-r--r--klm/search/note.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/klm/search/note.hh b/klm/search/note.hh
deleted file mode 100644
index 50bed06e..00000000
--- a/klm/search/note.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef SEARCH_NOTE__
-#define SEARCH_NOTE__
-
-namespace search {
-
-union Note {
- const void *vp;
-};
-
-} // namespace search
-
-#endif // SEARCH_NOTE__