aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tomboy/files/patch-Tomboy::Trie.cs
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/tomboy/files/patch-Tomboy::Trie.cs')
-rw-r--r--deskutils/tomboy/files/patch-Tomboy::Trie.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/tomboy/files/patch-Tomboy::Trie.cs b/deskutils/tomboy/files/patch-Tomboy::Trie.cs
deleted file mode 100644
index 8798a58db65c..000000000000
--- a/deskutils/tomboy/files/patch-Tomboy::Trie.cs
+++ /dev/null
@@ -1,11 +0,0 @@
---- Tomboy/Trie.cs.orig Thu May 5 14:11:16 2005
-+++ Tomboy/Trie.cs Sat Sep 10 20:01:33 2005
-@@ -132,7 +132,7 @@
- while (m != null) {
- TrieState q1 = m.State;
- TrieState r = q.Fail;
-- TrieMatch n;
-+ TrieMatch n = null;
-
- while (r != null) {
- n = FindMatchAtState (r, m.Value);