aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-02 23:38:38 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-02 23:38:38 -0800
commit984a4980635c637057ada3efc9a213c0a1d037a9 (patch)
treed3843cf87733aa259be1aa9bb237e7c1a63eec03 /wildcard.cpp
parentc1b51c65302f2d2a8008d9d02c40b9bd594cc3e8 (diff)
More work towards incremental history. Added some tests.
Diffstat (limited to 'wildcard.cpp')
-rw-r--r--wildcard.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/wildcard.cpp b/wildcard.cpp
index e17f6cd1..e21eb954 100644
--- a/wildcard.cpp
+++ b/wildcard.cpp
@@ -686,9 +686,6 @@ static void insert_completion_if_missing(const wcstring &str, std::vector<comple
append_completion(out, str);
}
-/** Helper stuff to avoid symlink loops */
-typedef std::pair<dev_t, ino_t> file_id_t;
-
/**
The real implementation of wildcard expansion is in this
function. Other functions are just wrappers around this one.