Update deps/lightrec
[pcsx_rearmed.git] / deps / lightrec / blockcache.h
index 0c57ffc..ff63651 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Paul Cercueil <paul@crapouillou.net>
+ * Copyright (C) 2014-2020 Paul Cercueil <paul@crapouillou.net>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,4 @@ void lightrec_free_block_cache(struct blockcache *cache);
 u32 lightrec_calculate_block_hash(const struct block *block);
 _Bool lightrec_block_is_outdated(struct block *block);
 
-void lightrec_mark_for_recompilation(struct blockcache *cache,
-                                    struct block *block);
-
 #endif /* __BLOCKCACHE_H__ */