diff options
author | Aleksey Kladov <[email protected]> | 2018-09-15 21:19:41 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-09-15 22:00:05 +0100 |
commit | e69ff21207d83864e13f6c8631733f4f0c32ba0d (patch) | |
tree | 4c8b33bd7e8c873ad8963eeab0185e8d62e74b78 /crates/libanalysis/src/db/imp.rs | |
parent | 3ebeb0db8de65434db79c86aeed5473bfb21334f (diff) |
kill old module_map
Diffstat (limited to 'crates/libanalysis/src/db/imp.rs')
-rw-r--r-- | crates/libanalysis/src/db/imp.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/libanalysis/src/db/imp.rs b/crates/libanalysis/src/db/imp.rs index 1b4ee5cf3..f26be1046 100644 --- a/crates/libanalysis/src/db/imp.rs +++ b/crates/libanalysis/src/db/imp.rs | |||
@@ -122,9 +122,6 @@ impl QueryRegistry { | |||
122 | let config = config.with_query(id, q.f()); | 122 | let config = config.with_query(id, q.f()); |
123 | self.config= Some(config); | 123 | self.config= Some(config); |
124 | } | 124 | } |
125 | pub(super) fn finish(mut self) -> salsa::QueryConfig<State, Data> { | ||
126 | self.config.take().unwrap() | ||
127 | } | ||
128 | } | 125 | } |
129 | 126 | ||
130 | fn hash<T: Hash>(x: &T) -> u64 { | 127 | fn hash<T: Hash>(x: &T) -> u64 { |