]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_crypto/main.c
examples/vhost_crypto: remove unused function
[dpdk.git] / examples / vhost_crypto / main.c
index ac7118e7eb04025b89dc7bfbb7bfac47419ab569..cfb9dfda29dee5b8019483bc06de4f30fb35f854 100644 (file)
@@ -354,12 +354,6 @@ static const struct vhost_device_ops virtio_crypto_device_ops = {
        .destroy_device = destroy_device,
 };
 
-__attribute__((unused))
-static void clrscr(void)
-{
-       system("@cls||clear");
-}
-
 static int
 vhost_crypto_worker(void *arg)
 {