Skip to content

Commit 44816bb

Browse files
committed
Remove extraneous commented out code.
1 parent 377a83c commit 44816bb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

analytics/generate_windows_stubs.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,6 @@ def generate_function_pointers(dll_file_path, header_file_path, output_h_path, o
207207
f.write("// clang-format off\n")
208208
f.write(f'\n// Number of Google Analytics functions expected to be loaded from the DLL.')
209209
f.write(f'\nconst int FirebaseAnalytics_DynamicFunctionCount = {len(function_details_for_loader)};\n\n');
210-
# f.write("#if defined(_WIN32)\n")
211-
# f.write('// Google Analytics Windows DLL SHA256 hash, to be verified before loading.\n')
212-
# f.write('const unsigned char FirebaseAnalytics_WindowsDllHash[] = {\n ')
213-
# f.write(', '.join(["0x%02x" % s for s in dll_hash]))
214-
# f.write('\n};\n')
215-
# f.write("#endif // defined(_WIN32)\n")
216-
217210
f.write("#if defined(_WIN32)\n")
218211
f.write('// Array of known Google Analytics Windows DLL SHA256 hashes (hex strings).\n')
219212
f.write('const char* FirebaseAnalytics_KnownWindowsDllHashes[] = {\n')

0 commit comments

Comments
 (0)