From b918dce5bb2a665a34ff893a9df5392fb8ea429d Mon Sep 17 00:00:00 2001 From: Matthew Fioravante Date: Tue, 13 Nov 2012 10:47:00 +0000 Subject: tools: Remove the vtpm process model Remove the old vtpm process model. It doesn't work very well and is no longer supported. Signed-off-by: Matthew Fioravante Acked-by: Ian Campbell Committed-by: Ian Campbell --- tools/xenstore/hashtable.c | 1 - tools/xenstore/hashtable.h | 1 - tools/xenstore/hashtable_private.h | 1 - 3 files changed, 3 deletions(-) (limited to 'tools/xenstore') diff --git a/tools/xenstore/hashtable.c b/tools/xenstore/hashtable.c index 3b89223085..0ba1d552f1 100644 --- a/tools/xenstore/hashtable.c +++ b/tools/xenstore/hashtable.c @@ -3,7 +3,6 @@ /* * There are duplicates of this code in: * - tools/blktap2/drivers/hashtable.c - * - tools/vtpm_manager/util/hashtable.c */ #include "hashtable.h" diff --git a/tools/xenstore/hashtable.h b/tools/xenstore/hashtable.h index 8e6bb5b85c..4d6822354e 100644 --- a/tools/xenstore/hashtable.h +++ b/tools/xenstore/hashtable.h @@ -3,7 +3,6 @@ /* * There are duplicates of this code in: * - tools/blktap2/drivers/hashtable.h - * - tools/vtpm_manager/util/hashtable.h */ #ifndef __HASHTABLE_CWC22_H__ diff --git a/tools/xenstore/hashtable_private.h b/tools/xenstore/hashtable_private.h index cabaffe72a..a08559d5df 100644 --- a/tools/xenstore/hashtable_private.h +++ b/tools/xenstore/hashtable_private.h @@ -3,7 +3,6 @@ /* * There are duplicates of this code in: * - tools/blktap2/drivers/hashtable_private.h - * - tools/vtpm_manager/util/hashtable_private.h */ #ifndef __HASHTABLE_PRIVATE_CWC22_H__ -- cgit v1.2.3