From 2e0bc6c08d1735240c7991a91cbe45ba9ef8badd Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 19 Dec 2016 03:38:19 +0000 Subject: GC unused code and only include the stuff needed. --- fastlib/src/vespa/fastlib/io/inputstream.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'fastlib') diff --git a/fastlib/src/vespa/fastlib/io/inputstream.h b/fastlib/src/vespa/fastlib/io/inputstream.h index 56f4d666dc3..22f65eb95c3 100644 --- a/fastlib/src/vespa/fastlib/io/inputstream.h +++ b/fastlib/src/vespa/fastlib/io/inputstream.h @@ -1,23 +1,7 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -/** -******************************************************************************* -* -* @author Stein Hardy Danielsen -* @date Creation date: 2000-1-14 -* @version $Id$ -* -* @file -* -* Generic input stream interface -* -* Copyright (c) : 1997-1999 Fast Search & Transfer ASA -* ALL RIGHTS RESERVED -* -******************************************************************************/ #pragma once - - +#include class Fast_InputStream { -- cgit v1.2.3