libsaria: Remove old index header

Not needed anymore.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-04-06 07:59:46 -04:00
parent 3caea974fe
commit da49c68e82
2 changed files with 0 additions and 16 deletions

View File

@ -3,12 +3,10 @@
#include <libsaria/track.h>
#include <libsaria/index.h>
#include <libsaria/print.h>
#include "index.h"
#include <map>
#include <set>
#include <string>
#include <stdlib.h>
using namespace std;
static map<string, set<string> > substr_cache;

View File

@ -1,14 +0,0 @@
#ifndef LIBSARIA_INDEX_INTERNAL_H
#define LIBSARIA_INDEX_INTERNAL_H
#include <map>
#include <set>
#include <string>
using namespace std;
/*extern map<string, set<sid_t> > artist_index;
extern map<string, set<sid_t> > album_index;
extern map<string, set<sid_t> > title_index;
extern set<sid_t> results;*/
#endif /* LIBSARIA_INDEX_INTERNAL_H */