summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabsrdspc2021-07-19 12:31:43 +0300
committerabsrdspc2021-07-19 12:31:43 +0300
commitc22c8ff78afc86396c204d05a8b74d653f33062c (patch)
tree89fd4c8eade5fe02537deaf15c480d63566c4570
parent79eb8286bde73909cb13c579d85dc79fac76f257 (diff)
downloadaur-c22c8ff78afc86396c204d05a8b74d653f33062c.tar.gz
remove inused patch
-rw-r--r--lcg.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/lcg.patch b/lcg.patch
deleted file mode 100644
index 37a670b38001..000000000000
--- a/lcg.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/algo/crypt/lcg.cc b/src/algo/crypt/lcg.cc
-index 6c2a7945..66630a08 100644
---- a/src/algo/crypt/lcg.cc
-+++ b/src/algo/crypt/lcg.cc
-@@ -17,6 +17,7 @@
-
- #include "algo/crypt/lcg.h"
- #include <functional>
-+#include <stdexcept>
-
- using namespace au;
- using namespace au::algo::crypt;